Remove lua and replace pylsp

This commit is contained in:
2024-05-20 07:36:17 +02:00
parent a3983ae9c5
commit 2143b6d5a1
5 changed files with 8 additions and 6 deletions

View File

@@ -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,
},
})