mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
Added autosave on focus loss option and list of errors to be ignored to vimtex. (#873)
This commit is contained in:
parent
95190e9c34
commit
2a1acc7968
4 changed files with 18 additions and 1 deletions
|
@ -46,6 +46,10 @@ O.lang.rust.formatter = {
|
|||
args = {"--emit=stdout"},
|
||||
}
|
||||
|
||||
-- latex
|
||||
-- O.lang.latex.auto_save = false
|
||||
-- O.lang.latex.ignore_errors = { }
|
||||
|
||||
-- Additional Plugins
|
||||
-- O.user_plugins = {
|
||||
-- {"folke/tokyonight.nvim"}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue