Set new default for vimtex

This commit is contained in:
Martin Potier 2020-08-07 12:07:40 +03:00
parent 79da7c71ec
commit df143dbd20
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ let
let g:vimtex_fold_enabled=1
let g:vimtex_fold_manual=1
let g:vimtex_compiler_enabled=0
let g:tex_flavor = 'latex'
" conceal to unicode symbols
nnoremap <leader>l :silent let &conceallevel = (&conceallevel+1)%4<CR>