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

15 lines
228 B
Nix
Raw Normal View History

{
config,
pkgs,
helpers,
...
}:
helpers.vim-plugin.mkVimPlugin config {
name = "endwise";
description = "vim-endwise";
package = pkgs.vimPlugins.vim-endwise;
2021-02-21 14:02:06 +00:00
# Yes it's really not configurable
options = {};
}