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

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

15 lines
233 B
Nix
Raw Normal View History

{
lib,
helpers,
...
}:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
name = "endwise";
packPathName = "vim-endwise";
package = "vim-endwise";
2021-02-21 14:02:06 +00:00
maintainers = [ lib.maintainers.GaetanLepage ];
# This plugin has no config options
}