neovim: Drop plenary-nvim

This *shouldn't* be needed since it's a dependency of other vim plugins
and the dependency *should* automatically be handled at the nix level.
This commit is contained in:
Donovan Glover 2024-04-18 11:00:30 -04:00
parent 945bd13e4f
commit 18e291822c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -438,10 +438,6 @@ in
})
'';
}
{
plugin = plenary-nvim;
type = "lua";
}
{
plugin = nvim-autopairs;
type = "lua";