mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-08 03:45:22 +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 {
|
||||
default = pkgs.vimPlugins.luasnip;
|
||||
type = types.package;
|
||||
description = "Plugin to use for luasnip";
|
||||
};
|
||||
|
||||
fromVscode = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue