mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
remove min keyword length for nvim lsp
This commit is contained in:
parent
850a98cbf2
commit
571b9234ab
@ -161,7 +161,7 @@ cmp.setup({
|
|||||||
},
|
},
|
||||||
sources = {
|
sources = {
|
||||||
{ name = "nvim_lua" },
|
{ name = "nvim_lua" },
|
||||||
{ name = "nvim_lsp", keyword_length = 3 },
|
{ name = "nvim_lsp" },
|
||||||
{ name = "nvim_lsp_signature_help" },
|
{ name = "nvim_lsp_signature_help" },
|
||||||
{ name = "vsnip" },
|
{ name = "vsnip" },
|
||||||
{ name = "path" },
|
{ name = "path" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user