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.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/installer/lv-config.example.lua') 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