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' } },
},