gruvbox: use gruvbox-nvim

Config options are exactly the same, but this has treesitter
support!
This commit is contained in:
Pedro Alves 2022-01-08 19:48:13 +00:00
parent 004824877f
commit 871e331722

View file

@ -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;