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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
262 B
Nix
Raw Normal View History

{
lib,
pkgs,
helpers,
...
}:
helpers.vim-plugin.mkVimPlugin {
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
}