nix-community.nixvim/plugins/by-name/endwise/default.nix
2024-12-22 10:04:17 +00:00

14 lines
233 B
Nix

{
lib,
helpers,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "endwise";
packPathName = "vim-endwise";
package = "vim-endwise";
maintainers = [ lib.maintainers.GaetanLepage ];
# This plugin has no config options
}