Update vimrc.

This commit is contained in:
Gabriel Ebner 2016-04-15 16:29:26 +02:00
parent 2a266d21c7
commit 1c56c868e5
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -98,6 +98,8 @@ Plug 'LaTeX-Box-Team/LaTeX-Box'
Plug 'nanotech/jellybeans.vim'
Plug 'raichoo/smt-vim'
call plug#end()
filetype plugin indent on
@ -137,6 +139,8 @@ let g:LatexBox_quickfix = 2
call tcomment#DefineType('nix', '# %s')
au syntax tex setl iskeyword+=:
au syntax tex syn region texZone start="\\begin{clilisting}" end="\\end{clilisting}\|%stopzone\>"
au syntax tex syn region texZone start="\\begin{tacticslisting}" end="\\end{tacticslisting}\|%stopzone\>"
au syntax tex syn region texZone start="\\begin{tacticsoutput}" end="\\end{tacticsoutput}\|%stopzone\>"
" better paragraph object for tex files FIXME
call textobj#user#plugin('latexparagraph', {