mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-15 23:18:03 +02:00
surround: package option
This commit is contained in:
parent
c530479f20
commit
c7c42b168a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ in with helpers; with lib;
|
||||||
mkPlugin attrs {
|
mkPlugin attrs {
|
||||||
name = "surround";
|
name = "surround";
|
||||||
description = "Enable surround.vim";
|
description = "Enable surround.vim";
|
||||||
extraPlugins = [ pkgs.vimPlugins.surround ];
|
package = pkgs.vimPlugins.surround;
|
||||||
|
|
||||||
options = {};
|
options = {};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue