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; [ plugins = with pkgs.vimPlugins; [
{ {
plugin = sonokai; plugin = gruvbox-nvim;
type = "viml"; type = "viml";
# Better performance is off until I can figure out a way to make the cache outside the nix store # Better performance is off until I can figure out a way to make the cache outside the nix store
config = '' config = ''
if has('termguicolors') if has('termguicolors')
set termguicolors set termguicolors
endif endif
let g:sonokai_style = 'shusia' colorscheme gruvbox
let g:sonokai_better_performance = 0
colorscheme sonokai
set clipboard+=unnamedplus
''; '';
} }
{ {