changed vim colorscheme
This commit is contained in:
parent
2f53617470
commit
2de413ad7b
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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()}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue