mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 01:25:22 +02:00
helpers: refactor mk[Neo]vimPlugin for colorschemes handling
This commit is contained in:
parent
61ee0552c9
commit
cf7102c6d2
5 changed files with 18 additions and 19 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
name = "gruvbox";
|
||||
colorscheme = true;
|
||||
isColorscheme = true;
|
||||
originalName = "gruvbox.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.gruvbox-nvim;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue