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:
parent
abc17edf07
commit
346ebc9c18
4 changed files with 14 additions and 10 deletions
|
|
@ -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";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue