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

17 lines
277 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];
# This plugin has no config options
}