fix: make vim colours sane and correct
This commit is contained in:
+8
-1
@@ -72,7 +72,14 @@
|
|||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
let g:indent_guides_enable_on_vim_startup = 1
|
let g:indent_guides_enable_on_vim_startup = 1
|
||||||
'';
|
if v:version < 802
|
||||||
|
packadd! peaksea
|
||||||
|
endif
|
||||||
|
syntax enable
|
||||||
|
colorscheme peaksea
|
||||||
|
set termguicolors
|
||||||
|
set background=dark
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user