80 current 2024-03-01 23:23:35 23.11.4801.b7ee09cf5614 6.1.79 *
This commit is contained in:
parent
ea20aa5bba
commit
fffeb726dc
|
@ -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
|
||||
'';
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue