vimPlugins.plenary-nvim: migrate to luaPackagePlugins

This commit is contained in:
Austin Horstman
2025-03-25 08:34:03 -05:00
parent c7e23358d4
commit f9af047fc0
2 changed files with 1 additions and 5 deletions
@@ -30,6 +30,7 @@ let
"oil-nvim"
"orgmode"
"papis-nvim"
"plenary-nvim"
"rest-nvim"
"rocks-config-nvim"
"rtp-nvim"
@@ -2664,11 +2664,6 @@ in
];
};
plenary-nvim = neovimUtils.buildNeovimPlugin {
luaAttr = luaPackages.plenary-nvim;
runtimeDeps = [ curl ];
};
poimandres-nvim = super.poimandres-nvim.overrideAttrs {
# Optional treesitter support
nvimSkipModule = "poimandres.highlights";