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