diff --git a/plugins/completion/nvim-cmp/default.nix b/plugins/completion/nvim-cmp/default.nix index 65dd2725..3a0f061e 100644 --- a/plugins/completion/nvim-cmp/default.nix +++ b/plugins/completion/nvim-cmp/default.nix @@ -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.