mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
colorschemes/gruvbox: switch to vimPlugins.gruvbox plugin
This commit is contained in:
committed by
Gaétan Lepage
parent
5bd3cb1ef6
commit
7c59615585
@@ -13,7 +13,7 @@ in {
|
||||
colorschemes.gruvbox = {
|
||||
enable = mkEnableOption "gruvbox";
|
||||
|
||||
package = helpers.mkPackageOption "gruvbox" pkgs.vimPlugins.gruvbox-nvim;
|
||||
package = helpers.mkPackageOption "gruvbox" pkgs.vimPlugins.gruvbox;
|
||||
|
||||
italics = mkEnableOption "italics";
|
||||
bold = mkEnableOption "bold text";
|
||||
|
||||
Reference in New Issue
Block a user