vimPlugins.plenary-nvim: don't build from luaPackages.plenary-nvim
This commit is contained in:
parent
b23e287f56
commit
2c045900b7
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ self: super: {
|
|||
dependencies = with self; [ plenary-nvim ];
|
||||
});
|
||||
|
||||
plenary-nvim = super.toVimPlugin(luaPackages.plenary-nvim);
|
||||
# plenary-nvim = super.toVimPlugin(luaPackages.plenary-nvim);
|
||||
|
||||
gruvbox-nvim = super.gruvbox-nvim.overrideAttrs (old: {
|
||||
dependencies = with self; [ lush-nvim ];
|
||||
|
|
Loading…
Reference in a new issue