plugins/completion/nvim-cmp: add missing tpe of option "auto_enable_sources" (#119)

This commit is contained in:
Gaétan Lepage 2023-01-21 18:12:32 +01:00 committed by GitHub
parent 3c918cfc92
commit 7a2f063f07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.