Enable vimtex omni-completion.

This commit is contained in:
Mayrixon 2023-07-19 11:19:28 +01:00
parent 003cbca0d7
commit ea12834b71

View file

@ -44,7 +44,6 @@ return {
end,
})
vim.g.vimtex_complete_enabled = 0 -- use texlab for completion
vim.g.vimtex_mappings_disable = { ["n"] = { "K" } } -- disable `K` as it conflicts with LSP hover
vim.g.vimtex_quickfix_method = vim.fn.executable("pplatex") == 1 and "pplatex" or "latexlog"
end,