nix-community.nixvim/plugins/utils/endwise.nix

17 lines
279 B
Nix
Raw Normal View History

{
config,
lib,
pkgs,
helpers,
...
}:
helpers.vim-plugin.mkVimPlugin config {
name = "endwise";
originalName = "vim-endwise";
defaultPackage = pkgs.vimPlugins.vim-endwise;
2021-02-21 14:02:06 +00:00
2024-05-05 19:39:35 +02:00
maintainers = [ lib.maintainers.GaetanLepage ];
# This plugin has no config options
}