Verible lsp

This commit is contained in:
2024-03-18 21:32:10 +01:00
parent e20feca786
commit b2a762ab4d
4 changed files with 60 additions and 4 deletions

View File

@@ -47,14 +47,13 @@ cmp.setup({
sources = cmp.config.sources({
{ name = "ultisnips", keyword_length = 1 },
{ name = "path" },
{ name = "nvim_lsp", keyword_length = 2 },
{ name = "nvim_lsp", keyword_length = 1 },
{ name = "nvim_lsp_signature_help" },
{ name = "nvim_lua", keyword_length = 4 },
{ name = "buffer", keyword_length = 3 },
{ name = "nvim_lua", keyword_length = 2 },
{ name = "buffer", keyword_length = 1 },
{ name = "calc" },
{ name = "lua-latex-symbols", option = { cache = true } },
-- { name = "spell", option = { keep_all_entries = false }, keyword_length = 2 },
-- { name = "fuzzy_buffer", keyword_length = 2 }, -- Throwing unknown errors
}),
-- add formatting of the different sources