neovim theme

This commit is contained in:
Aria Nolan 2024-02-12 15:25:30 -05:00
parent 8eee1584fe
commit c24e6e7ff7

View file

@ -3,7 +3,7 @@
enable = true; enable = true;
colorschemes.base16 = { colorschemes.base16 = {
enable = true; enable = true;
colorscheme = "solarized-dark"; colorscheme = "darkmoss";
setUpBar = false; setUpBar = false;
}; };
clipboard = { clipboard = {
@ -19,25 +19,15 @@
scrolloff = 5; scrolloff = 5;
autoindent = true; autoindent = true;
copyindent = true; copyindent = true;
signcolumn = "yes";
}; };
plugins = { plugins = {
lightline = { lightline = {
enable = true; enable = true;
# colorscheme = "16color";
}; };
gitgutter = { gitgutter = {
enable = true; enable = true;
# signs = {
# added = "█|";
# modified = "█⫶";
# modifiedRemoved = "█▟";
# removed = "█▁";
# removedFirstLine = "█▔";
# };
}; };
}; };
extraPlugins = with pkgs.vimPlugins; [
vim-airline-themes
];
}; };
} }