1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

colorschemes/gruvbox-material: rename to gruvbox-material-nvim

This will allow later adding a `gruvbox-material` plugin for the non-lua
plugin.
This commit is contained in:
Matt Sturgeon 2025-08-06 18:40:20 +01:00
parent abc17edf07
commit 346ebc9c18
4 changed files with 14 additions and 10 deletions

View file

@ -1,11 +1,9 @@
{
lib,
config,
...
}:
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "gruvbox-material";
name = "gruvbox-material-nvim";
isColorscheme = true;
colorscheme = "gruvbox-material";
moduleName = "gruvbox-material";
packPathName = "gruvbox-material.nvim";
package = "gruvbox-material-nvim";