summaryrefslogtreecommitdiffstats
path: root/ftplugin/tex
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-03-23 14:44:58 +0100
committerNanderty <psopka@sopka.ch>2023-03-23 14:44:58 +0100
commitc30652c26aa73b766150dbbd4bd296f2c19c67f2 (patch)
tree53a32e2d1216b4e393466d259371fcc7ad84f0c3 /ftplugin/tex
parentfd8d232690d7be816b16213083007f432449987d (diff)
downloadneovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.tar.gz
neovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.tar.bz2
neovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.zip
test
Diffstat (limited to 'ftplugin/tex')
-rw-r--r--ftplugin/tex/vimtex.lua3
1 files changed, 1 insertions, 2 deletions
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', '<leader>ll', '<Cmd>VimtexCompile<CR>', {} )