VimTeX: частичная тестовая настройка

This commit is contained in:
Sergey Sychugin 2024-09-16 17:10:18 +03:00
parent 0aa3b041bd
commit 6ff988528a
2 changed files with 4 additions and 1 deletions

View File

@ -985,6 +985,7 @@ require('lazy').setup({
-- If you are experiencing weird indenting issues, add the language to
-- the list of additional_vim_regex_highlighting and disabled languages for indent.
additional_vim_regex_highlighting = { 'ruby' },
disable = { 'latex' },
},
indent = { enable = true, disable = { 'ruby' } },
},

View File

@ -4,7 +4,9 @@ return {
init = function()
vim.g.vimtex_view_method = 'skim'
vim.g.vimtex_syntax_enabled = 0
-- vim.g.vimtex_syntax_enabled = 0
-- vim.g.vimtex_compiler_method = "latexmk"
vim.g.vimtex_quickfix_mode = 0
end,
}