mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
14 lines
236 B
Nix
14 lines
236 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
helpers,
|
|
...
|
|
}:
|
|
helpers.vim-plugin.mkVimPlugin config {
|
|
name = "endwise";
|
|
originalName = "vim-endwise";
|
|
defaultPackage = pkgs.vimPlugins.vim-endwise;
|
|
|
|
# Yes it's really not configurable
|
|
options = {};
|
|
}
|