mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/base16: fix packPathName
This commit is contained in:
parent
63d9bb0d77
commit
8e5422bf3e
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ let
|
|||
|
||||
name = "base16";
|
||||
moduleName = "base16-colorscheme";
|
||||
packPathName = "base16.nvim";
|
||||
in
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
inherit name moduleName packPathName;
|
||||
inherit name moduleName;
|
||||
packPathName = "base16-nvim";
|
||||
setup = ".with_config";
|
||||
package = "base16-nvim";
|
||||
isColorscheme = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue