From c30652c26aa73b766150dbbd4bd296f2c19c67f2 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Thu, 23 Mar 2023 14:44:58 +0100 Subject: test --- ftplugin/tex/vimtex.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ftplugin') diff --git a/ftplugin/tex/vimtex.lua b/ftplugin/tex/vimtex.lua index d049ea4..b1b0951 100644 --- a/ftplugin/tex/vimtex.lua +++ b/ftplugin/tex/vimtex.lua @@ -1,6 +1,5 @@ vim.g.tex_flavor='latex' vim.g.vimtex_quickfix_open_on_warning = 0 -vim.g.conceallevel=1 -vim.g.tex_conceal='abdmg' +vim.opt.conceallevel = 1 vim.keymap.set('n', 'll', 'VimtexCompile', {} ) -- cgit v1.2.3