mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/completion/nvim-cmp: add missing tpe of option "auto_enable_sources" (#119)
This commit is contained in:
parent
3c918cfc92
commit
7a2f063f07
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ in
|
|||
};
|
||||
|
||||
auto_enable_sources = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = ''
|
||||
Scans the sources array and installs the plugins if they are known to nixvim.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue