From 161edbf437a748b4a6294e653a49b482c84b6743 Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Tue, 14 Jun 2022 15:45:41 -0400 Subject: [PATCH] enable latex errors --- nvim/lua/plugins.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 2e24365..c8f076f 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -140,9 +140,9 @@ return require('packer').startup({function(use) vim.g.vimtex_view_general_viewer = 'zathura' -- vim.g.vimtex_view_general_options = = '-x nvim -n -c "Vimtex' -- 'file:@pdf\\#src:@line@tex' - vim.g.vimtex_quickfix_enabled = 0 - vim.g.Tex_GotoError = 0 - vim.g.Tex_ShowErrorContext = 0 + -- vim.g.vimtex_quickfix_enabled = 0 + -- vim.g.Tex_GotoError = 0 + -- vim.g.Tex_ShowErrorContext = 0 end, }