changed vim colorscheme

This commit is contained in:
mc-fucker 2022-09-25 02:13:28 +02:00
parent 2f53617470
commit 2de413ad7b
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,4 @@
with import <nixpkgs> {};
vim_configurable.customize {
name = "vim";
vimrcConfig = {
@ -8,6 +7,7 @@ vim_configurable.customize {
start = [
airline
syntastic
doki-theme-vim
];
};
};

View file

@ -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()}