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

View file

@ -26,7 +26,8 @@ set ai "Auto indent
set si "Smart indent set si "Smart indent
set nowrap "Don't wrap lines set nowrap "Don't wrap lines
syntax on syntax on
"colors peaksea set background=dark
colors echidna
set statusline+=%#warningmsg# set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()} set statusline+=%{SyntasticStatuslineFlag()}