changed vim theme

This commit is contained in:
Aria Nolan 2024-02-02 23:33:39 -05:00
parent 1e3fdcec05
commit 1dbcc5c062

View file

@ -2,7 +2,6 @@
programs.vim = {
enable = true;
settings = {
background = "dark";
copyindent = true;
expandtab = false;
hidden = true;
@ -18,6 +17,8 @@
plugins = with pkgs.vimPlugins; [
onedark-vim
everforest
gruvbox
vim-colors-solarized
terminus
vim-fugitive
vim-gitgutter
@ -25,8 +26,9 @@
extraConfig = ''
set scrolloff=5
set hlsearch
set background=dark
set signcolumn=yes
colorscheme everforest
colorscheme gruvbox
set updatetime=100
'';
};