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 ''; } {