Browse Source

[vim] Improve handling of partial tex files

merge-requests/1/merge
lhark 7 years ago
parent
commit
284d9a720a
  1. 2
      vimrc

2
vimrc

@ -130,6 +130,8 @@ endif
filetype plugin on filetype plugin on
filetype indent on filetype indent on
set omnifunc=syntaxcomplete#Complete set omnifunc=syntaxcomplete#Complete
"[Default to filetype=tex when viewing partial tex files]"
let g:tex_flavor="tex"
"[Enable built-in plug-ins/macros]" "[Enable built-in plug-ins/macros]"
runtime macros/matchit.vim runtime macros/matchit.vim
"[Enable syntax highlighting]" "[Enable syntax highlighting]"

Loading…
Cancel
Save