mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
colorschemes/gruvbox: switch to vimPlugins.gruvbox plugin
This commit is contained in:
parent
5bd3cb1ef6
commit
7c59615585
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue