From dedb1f85936b730ff181bdc732639701cfc619be Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Sat, 8 Jun 2024 16:00:05 +0800 Subject: [PATCH] plugins/nvim-cmp: don't specify default twice --- plugins/completion/cmp/options/sources-option.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/completion/cmp/options/sources-option.nix b/plugins/completion/cmp/options/sources-option.nix index 1e08b138da..536ab102ef 100644 --- a/plugins/completion/cmp/options/sources-option.nix +++ b/plugins/completion/cmp/options/sources-option.nix @@ -92,8 +92,6 @@ mkOption { plugins. This will work only when this option is set to a list. If you use a raw lua string, you will need to explicitly enable the relevant source plugins in your nixvim configuration. - - Default: `[]` ''; example = [ { name = "nvim_lsp"; }