Added autosave on focus loss option and list of errors to be ignored to vimtex. (#873)

This commit is contained in:
Jacek Kiedrowski 2021-07-11 19:07:08 +01:00 committed by GitHub
parent 95190e9c34
commit 2a1acc7968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 1 deletions

View file

@ -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"}, {