mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-06 19:05:26 +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 {
|
||||
name = "endwise";
|
||||
description = "Enable vim-endwise";
|
||||
extraPlugins = [ pkgs.vimPlugins.vim-endwise ];
|
||||
package = pkgs.vimPlugins.vim-endwise;
|
||||
|
||||
# Yes it's really not configurable
|
||||
options = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue