mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-08 11:55:17 +02:00
luasnip: added description for package option
This commit is contained in:
parent
640dec9f89
commit
7b7939d4e9
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ in
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
default = pkgs.vimPlugins.luasnip;
|
default = pkgs.vimPlugins.luasnip;
|
||||||
type = types.package;
|
type = types.package;
|
||||||
|
description = "Plugin to use for luasnip";
|
||||||
};
|
};
|
||||||
|
|
||||||
fromVscode = mkOption {
|
fromVscode = mkOption {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue