mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Disable lazy-loading.
This commit is contained in:
parent
64bc723df3
commit
67cf2e761f
1 changed files with 1 additions and 4 deletions
|
|
@ -26,10 +26,7 @@ return {
|
||||||
{
|
{
|
||||||
"lervag/vimtex",
|
"lervag/vimtex",
|
||||||
version = "*",
|
version = "*",
|
||||||
ft = { "bib", "tex" },
|
lazy = false, -- lazy-loading will disable inverse search
|
||||||
keys = {
|
|
||||||
{ "<LocalLeader>ld", "<Cmd>VimtexDocPackage<CR>", desc = "Open Documentation" },
|
|
||||||
},
|
|
||||||
config = function()
|
config = function()
|
||||||
vim.opt.conceallevel = 2
|
vim.opt.conceallevel = 2
|
||||||
vim.g.vimtex_complete_enabled = 0 -- use texlab for completion
|
vim.g.vimtex_complete_enabled = 0 -- use texlab for completion
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue