From 871e331722cc7156c04174bfc4ed36f509d5e0fb Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sat, 8 Jan 2022 19:48:13 +0000 Subject: [PATCH] gruvbox: use gruvbox-nvim Config options are exactly the same, but this has treesitter support! --- plugins/colorschemes/gruvbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/colorschemes/gruvbox.nix b/plugins/colorschemes/gruvbox.nix index 94b7a10a..e6755a77 100644 --- a/plugins/colorschemes/gruvbox.nix +++ b/plugins/colorschemes/gruvbox.nix @@ -113,7 +113,7 @@ in { config = mkIf cfg.enable { programs.nixvim = { colorscheme = "gruvbox"; - extraPlugins = [ pkgs.vimPlugins.gruvbox ]; + extraPlugins = [ pkgs.vimPlugins.gruvbox-nvim ]; globals = { gruvbox_bold = mkIf (!cfg.bold) 0;