Remove lua and replace pylsp
This commit is contained in:
@@ -54,7 +54,7 @@ cmp.setup({
|
||||
{ name = "path" },
|
||||
{ name = "nvim_lsp", keyword_length = 2 },
|
||||
{ name = "nvim_lsp_signature_help" },
|
||||
{ name = "nvim_lua", keyword_length = 2 },
|
||||
-- { name = "nvim_lua", keyword_length = 2 },
|
||||
{ name = "buffer", keyword_length = 2 },
|
||||
{ name = "calc" },
|
||||
{ name = "lua-latex-symbols", option = { cache = true } },
|
||||
@@ -131,4 +131,3 @@ cmp.setup.cmdline(":", {
|
||||
end,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user