add colorscheme photon
This commit is contained in:
parent
dd0c879db6
commit
e6b8cb69c8
@ -1,5 +1,6 @@
|
|||||||
(module user.config
|
(module user.config
|
||||||
{require {nvim aniseed.nvim}})
|
{require {nvim aniseed.nvim
|
||||||
|
nu aniseed.nvim.util}})
|
||||||
|
|
||||||
(defn- noremap [mode from to]
|
(defn- noremap [mode from to]
|
||||||
"Sets a mapping with {:noremap true}."
|
"Sets a mapping with {:noremap true}."
|
||||||
@ -58,4 +59,10 @@
|
|||||||
(set nvim.o.relativenumber true)
|
(set nvim.o.relativenumber true)
|
||||||
(set nvim.wo.relativenumber true)
|
(set nvim.wo.relativenumber true)
|
||||||
|
|
||||||
|
(set nvim.o.signcolumn "yes")
|
||||||
|
(set nvim.wo.signcolumn "yes")
|
||||||
|
|
||||||
|
(set nvim.o.termguicolors true)
|
||||||
|
(nvim.command "colorscheme photon")
|
||||||
|
|
||||||
(require "settings")
|
(require "settings")
|
||||||
|
@ -4,6 +4,9 @@ packer.startup(function(use)
|
|||||||
use 'wbthomason/packer.nvim'
|
use 'wbthomason/packer.nvim'
|
||||||
use 'Olical/aniseed'
|
use 'Olical/aniseed'
|
||||||
|
|
||||||
|
-- themes
|
||||||
|
use 'axvr/photon.vim'
|
||||||
|
|
||||||
use {
|
use {
|
||||||
'hoob3rt/lualine.nvim',
|
'hoob3rt/lualine.nvim',
|
||||||
requires = {'kyazdani42/nvim-web-devicons', opt = true},
|
requires = {'kyazdani42/nvim-web-devicons', opt = true},
|
||||||
|
Loading…
Reference in New Issue
Block a user