nix-community.nixvim/plugins/by-name/helm/default.nix
2024-11-07 12:26:10 +00:00

12 lines
185 B
Nix

{
lib,
helpers,
...
}:
helpers.vim-plugin.mkVimPlugin {
name = "helm";
originalName = "vim-helm";
package = "vim-helm";
maintainers = [ lib.maintainers.GaetanLepage ];
}