mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 11:25:06 +02:00
endwise: package option
This commit is contained in:
parent
8cb15464e8
commit
e338302bfe
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ in with helpers; with lib;
|
||||||
mkPlugin attrs {
|
mkPlugin attrs {
|
||||||
name = "endwise";
|
name = "endwise";
|
||||||
description = "Enable vim-endwise";
|
description = "Enable vim-endwise";
|
||||||
extraPlugins = [ pkgs.vimPlugins.vim-endwise ];
|
package = pkgs.vimPlugins.vim-endwise;
|
||||||
|
|
||||||
# Yes it's really not configurable
|
# Yes it's really not configurable
|
||||||
options = {};
|
options = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue