nix-community.nixvim/plugins/by-name/helm/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
185 B
Nix
Raw Normal View History

2024-02-02 11:39:02 +01:00
{
lib,
helpers,
...
}:
2024-11-07 10:50:39 +01:00
helpers.vim-plugin.mkVimPlugin {
name = "helm";
originalName = "vim-helm";
package = "vim-helm";
2024-02-02 11:39:02 +01:00
2024-11-07 10:50:39 +01:00
maintainers = [ lib.maintainers.GaetanLepage ];
2024-02-02 11:39:02 +01:00
}