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

18 lines
292 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
maintainers = [lib.maintainers.GaetanLepage];
# Yes it's really not configurable
options = {};
}