Move colorscheme to plugin config
This commit is contained in:
parent
1d1829d0ed
commit
ef464facd6
1 changed files with 6 additions and 3 deletions
|
|
@ -9,8 +9,6 @@ in
|
|||
vimAlias = true;
|
||||
defaultEditor = true;
|
||||
extraConfig = ''
|
||||
colorscheme NeoSolarized
|
||||
|
||||
"""""""""""""""""
|
||||
" Swap and undo "
|
||||
set noswapfile
|
||||
|
|
@ -81,7 +79,12 @@ in
|
|||
#Valloric/MatchTagAlways
|
||||
#frankier/neovim-colors-solarized-truecolor-only
|
||||
#nvie/vim-rst-tables
|
||||
NeoSolarized
|
||||
{
|
||||
plugin = NeoSolarized;
|
||||
config = ''
|
||||
colorscheme NeoSolarized
|
||||
'';
|
||||
}
|
||||
deoplete-nvim
|
||||
editorconfig-vim
|
||||
jinja-vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue