Update vimrc.
This commit is contained in:
parent
2a266d21c7
commit
1c56c868e5
4
vimrc
4
vimrc
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user