nix-community.nixvim/plugins/by-name/endwise/default.nix
2024-09-09 11:50:38 +01:00

14 lines
233 B
Nix

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