mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 23:39:45 -05:00
plugins/completion/nvim-cmp: add missing tpe of option "auto_enable_sources" (#119)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user