nix-community.nixvim/plugins/utils/endwise.nix
2024-02-10 17:53:41 +01:00

14 lines
228 B
Nix

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