diff --git a/modules/vim.nix b/modules/vim.nix index a7a6cdd..c167f95 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -1,5 +1,4 @@ with import {}; - vim_configurable.customize { name = "vim"; vimrcConfig = { @@ -8,6 +7,7 @@ vim_configurable.customize { start = [ airline syntastic + doki-theme-vim ]; }; }; diff --git a/modules/vimrc b/modules/vimrc index 35e6cd0..7a5270e 100644 --- a/modules/vimrc +++ b/modules/vimrc @@ -26,7 +26,8 @@ set ai "Auto indent set si "Smart indent set nowrap "Don't wrap lines syntax on -"colors peaksea +set background=dark +colors echidna set statusline+=%#warningmsg# set statusline+=%{SyntasticStatuslineFlag()}