diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-23 14:44:58 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-23 14:44:58 +0100 |
| commit | c30652c26aa73b766150dbbd4bd296f2c19c67f2 (patch) | |
| tree | 53a32e2d1216b4e393466d259371fcc7ad84f0c3 /ftplugin/tex/vimtex.lua | |
| parent | fd8d232690d7be816b16213083007f432449987d (diff) | |
| download | neovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.tar.gz neovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.tar.bz2 neovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.zip | |
test
Diffstat (limited to 'ftplugin/tex/vimtex.lua')
| -rw-r--r-- | ftplugin/tex/vimtex.lua | 3 |
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>', {} ) |
