From 7a2f063f07ee05933490161511afe49f30e15ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Sat, 21 Jan 2023 18:12:32 +0100 Subject: [PATCH] plugins/completion/nvim-cmp: add missing tpe of option "auto_enable_sources" (#119) --- plugins/completion/nvim-cmp/default.nix | 1 + 1 file changed, 1 insertion(+) 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.