mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
16 lines
279 B
Nix
16 lines
279 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
helpers,
|
|
...
|
|
}:
|
|
helpers.vim-plugin.mkVimPlugin config {
|
|
name = "endwise";
|
|
originalName = "vim-endwise";
|
|
defaultPackage = pkgs.vimPlugins.vim-endwise;
|
|
|
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
|
|
|
# This plugin has no config options
|
|
}
|