feat: add vimtex

This commit is contained in:
Moritz Böhme 2024-06-27 10:12:38 +02:00
parent 1a2369c8db
commit b03934b4a3
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 52 additions and 8 deletions

View file

@ -69,6 +69,7 @@ cmp.setup({
{ priority = 3, name = "copilot" },
{ priority = 3, name = "nvim_lsp_signature_help" },
{ priority = 4, name = "luasnip" },
{ priority = 4, name = "vimtex" },
}),
})