Reword comments

This commit is contained in:
Mayrixon 2023-07-18 14:24:40 +01:00
parent 4201491bb3
commit 06d868588a

View file

@ -33,7 +33,7 @@ return {
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
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_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" vim.g.vimtex_view_method = vim.fn.has("mac") == 1 and "skim" or "zathura"