Skip to content

Commit f9af047

Browse files
committed
vimPlugins.plenary-nvim: migrate to luaPackagePlugins
1 parent c7e2335 commit f9af047

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

pkgs/applications/editors/vim/plugins/luaPackagePlugins.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ let
3030
"oil-nvim"
3131
"orgmode"
3232
"papis-nvim"
33+
"plenary-nvim"
3334
"rest-nvim"
3435
"rocks-config-nvim"
3536
"rtp-nvim"

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2664,11 +2664,6 @@ in
26642664
];
26652665
};
26662666

2667-
plenary-nvim = neovimUtils.buildNeovimPlugin {
2668-
luaAttr = luaPackages.plenary-nvim;
2669-
runtimeDeps = [ curl ];
2670-
};
2671-
26722667
poimandres-nvim = super.poimandres-nvim.overrideAttrs {
26732668
# Optional treesitter support
26742669
nvimSkipModule = "poimandres.highlights";

0 commit comments

Comments
 (0)