diff options
author | Jacek Kiedrowski <[email protected]> | 2021-07-11 19:07:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-11 18:07:08 +0000 |
commit | 2a1acc796896d235569ddc5e9180ce796d44c124 (patch) | |
tree | b104ec6a78626b41f4f523732347401f76209c6c /utils/installer/lv-config.example-no-ts.lua | |
parent | 95190e9c34978a9365d8e8d8691a64edd1946e74 (diff) |
Added autosave on focus loss option and list of errors to be ignored to vimtex. (#873)
Diffstat (limited to 'utils/installer/lv-config.example-no-ts.lua')
-rw-r--r-- | utils/installer/lv-config.example-no-ts.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/installer/lv-config.example-no-ts.lua b/utils/installer/lv-config.example-no-ts.lua index 50f1537c..72c53ee9 100644 --- a/utils/installer/lv-config.example-no-ts.lua +++ b/utils/installer/lv-config.example-no-ts.lua @@ -40,6 +40,11 @@ O.lang.python.analysis.use_library_code_types = true -- javascript O.lang.tsserver.linter = nil +-- latex +-- O.lang.latex.auto_save = false +-- O.lang.latex.ignore_errors = { } + + -- Additional Plugins -- O.user_plugins = { -- {"folke/tokyonight.nvim"}, { |