mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-05-14 20:09:26 +02:00
Added vim plugin + autoindent\n use vi if vim is typed and not available
This commit is contained in:
parent
ef8bf8ac54
commit
061f80b9b9
144 changed files with 30057 additions and 0 deletions
28
vim/vim-latex/ftplugin/latex-suite/packages/moreverb
Executable file
28
vim/vim-latex/ftplugin/latex-suite/packages/moreverb
Executable file
|
@ -0,0 +1,28 @@
|
|||
if exists("moreverb_package_file")
|
||||
finish
|
||||
endif
|
||||
let moreverb_package_file = 1
|
||||
|
||||
let g:TeX_package_option_moreverb = ''
|
||||
|
||||
let g:TeX_package_moreverb =
|
||||
\ 'ens:verbatimwrite:{<++>},'
|
||||
\.'ens:verbatimtab:[<++>],'
|
||||
\.'ens:listing:[<+step+>]{<+number+>},'
|
||||
\.'ens:listing*:[<+step+>]{<+number+>},'
|
||||
\.'env:boxedverbatim,'
|
||||
\.'bra:verbatimtabsize,'
|
||||
\.'bra:listingoffset,'
|
||||
\.'brs:listinginput[<++>]{<++>}{<++>},'
|
||||
\.'brs:verbatimtabinput[<++>]{<++>}'
|
||||
|
||||
let g:Tex_completion_explorer = g:Tex_completion_explorer.'verbatimtabinput,'
|
||||
|
||||
syn region texZone start="\\begin{verbatimwrite}" end="\\end{verbatimwrite}\|%stopzone\>" fold
|
||||
syn region texZone start="\\begin{verbatimtab}" end="\\end{verbatimtab}\|%stopzone\>" fold
|
||||
syn region texZone start="\\begin{boxedverbatim}" end="\\end{boxedverbatim}\|%stopzone\>" fold
|
||||
syn region texZone start="\\begin{listing}" end="\\end{listing}\|%stopzone\>" fold
|
||||
syn region texZone start="\\begin{listing*}" end="\\end{listing*}\|%stopzone\>" fold
|
||||
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
Loading…
Add table
Add a link
Reference in a new issue