summaryrefslogtreecommitdiff
path: root/utils/installer/lv-config.example.lua
diff options
context:
space:
mode:
authorJacek Kiedrowski <[email protected]>2021-07-11 19:07:08 +0100
committerGitHub <[email protected]>2021-07-11 18:07:08 +0000
commit2a1acc796896d235569ddc5e9180ce796d44c124 (patch)
treeb104ec6a78626b41f4f523732347401f76209c6c /utils/installer/lv-config.example.lua
parent95190e9c34978a9365d8e8d8691a64edd1946e74 (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.lua')
-rw-r--r--utils/installer/lv-config.example.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua
index 93b69dcd..05c29c58 100644
--- a/utils/installer/lv-config.example.lua
+++ b/utils/installer/lv-config.example.lua
@@ -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"}, {