nix-community.nixvim/plugins/utils/endwise.nix
2024-05-05 22:00:40 +02:00

16 lines
279 B
Nix

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