From 2a1acc796896d235569ddc5e9180ce796d44c124 Mon Sep 17 00:00:00 2001 From: Jacek Kiedrowski <33070637+atropos112@users.noreply.github.com> Date: Sun, 11 Jul 2021 19:07:08 +0100 Subject: Added autosave on focus loss option and list of errors to be ignored to vimtex. (#873) --- utils/installer/lv-config.example-no-ts.lua | 5 +++++ utils/installer/lv-config.example.lua | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'utils/installer') 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"}, { 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"}, { -- cgit v1.2.3