80 current 2024-03-01 23:23:35 23.11.4801.b7ee09cf5614 6.1.79 *

This commit is contained in:
Sky Hearn 2024-03-01 23:23:39 -08:00
parent ea20aa5bba
commit fffeb726dc
1 changed files with 2 additions and 5 deletions

View File

@ -158,17 +158,14 @@ clipcatd &
];
plugins = with pkgs.vimPlugins; [
{
plugin = sonokai;
plugin = gruvbox-nvim;
type = "viml";
# Better performance is off until I can figure out a way to make the cache outside the nix store
config = ''
if has('termguicolors')
set termguicolors
endif
let g:sonokai_style = 'shusia'
let g:sonokai_better_performance = 0
colorscheme sonokai
set clipboard+=unnamedplus
colorscheme gruvbox
'';
}
{