disable auto-folding in vim-latex

This commit is contained in:
2023-03-12 10:38:26 +01:00
parent e02b9c4e66
commit a1d47f4968
2 changed files with 8 additions and 2 deletions

View File

@@ -10,6 +10,11 @@ function! SetServerName()
call system(cmd)
endfunction
" Disable automatic folding in LaTeX
let Tex_FoldedSections=""
let Tex_FoldedEnvironments=""
let Tex_FoldedMisc=""
set grepprg=grep\ -nH\ $*
let g:tex_flavor='latex'
set iskeyword+=: