Browse Source

Disable concealing for tex

coc
Schneider 6 years ago
parent
commit
c32d9b06d6
  1. 10
      vim/ftplugin/tex.vim

10
vim/ftplugin/tex.vim

@ -1,4 +1,8 @@
let g:vimtex_imaps_leader='?'
let g:vimtex_compiler_latexmk ={
\ 'backend' : 'jobs'
\}
if !has("nvim")
let g:vimtex_compiler_latexmk ={
\ 'backend' : 'jobs'
\}
endif
set conceallevel=0
Loading…
Cancel
Save