From fffeb726dc4f5d886390fd1e6e658534d719b1b6 Mon Sep 17 00:00:00 2001 From: Sky Hearn Date: Fri, 1 Mar 2024 23:23:39 -0800 Subject: [PATCH] 80 current 2024-03-01 23:23:35 23.11.4801.b7ee09cf5614 6.1.79 * --- configuration.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index ab68df8..f59228d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 ''; } {