From aaa26a9bf3b8cd3c3b9acada1ece0f22fd9d2303 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 31 Oct 2023 03:18:30 +0100 Subject: [PATCH] fix(nvim): remove LSP keyword_length --- vim/lua/nvim_cmp_config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/lua/nvim_cmp_config.lua b/vim/lua/nvim_cmp_config.lua index a80072e..4f715b9 100644 --- a/vim/lua/nvim_cmp_config.lua +++ b/vim/lua/nvim_cmp_config.lua @@ -52,8 +52,8 @@ cmp.setup({ end, }), sources = cmp.config.sources({ - { name = "copilot", keyword_length = 0 }, - { name = "nvim_lsp", keyword_length = 3 }, + { name = "copilot" }, + { name = "nvim_lsp" }, { name = "buffer", option = {