mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Reword comments
This commit is contained in:
parent
4201491bb3
commit
06d868588a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ return {
|
|||
config = function()
|
||||
vim.opt.conceallevel = 2
|
||||
vim.g.vimtex_complete_enabled = 0 -- use texlab for completion
|
||||
vim.g.vimtex_mappings_disable = { ["n"] = { "K" } } -- disable `K` as the confilict to LSP hover
|
||||
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"
|
||||
|
||||
vim.g.vimtex_view_method = vim.fn.has("mac") == 1 and "skim" or "zathura"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue