fix: make vim colours sane and correct

This commit is contained in:
2025-06-20 14:17:05 +00:00
committed by Emma Thorpe
parent 5ed5363fe1
commit 57a5fd3b45
+8 -1
View File
@@ -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;