Disable lazy-loading.

This commit is contained in:
Mayrixon 2023-07-18 14:44:25 +01:00
parent 64bc723df3
commit 67cf2e761f

View file

@ -26,10 +26,7 @@ return {
{
"lervag/vimtex",
version = "*",
ft = { "bib", "tex" },
keys = {
{ "<LocalLeader>ld", "<Cmd>VimtexDocPackage<CR>", desc = "Open Documentation" },
},
lazy = false, -- lazy-loading will disable inverse search
config = function()
vim.opt.conceallevel = 2
vim.g.vimtex_complete_enabled = 0 -- use texlab for completion