Additional code completion

This commit is contained in:
2023-11-08 09:18:43 +01:00
parent a3deea9236
commit ffa077a90a
4 changed files with 26 additions and 0 deletions

View File

@@ -53,6 +53,9 @@ cmp.setup({
{ name = "buffer", keyword_length = 2 },
{ name = "calc" },
{ name = "lua-latex-symbols", option = { cache = true } },
{ name = "doxygen" },
{ name = "cmp_tabnine" },
{ name = "spell", option = { keep_all_entries = false }, keyword_length = 3 },
}),
-- add formatting of the different sources