I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
filetype plugin on
|
||||
|
||||
setfiletype tex
|
||||
|
||||
|
||||
" cse / Change surrounding environment
|
||||
" . / Dot repeat
|
||||
call vimtex#test#keys("csebaz\<cr>}j.",
|
||||
\[
|
||||
\ '\begin{foo}',
|
||||
\ ' Foo',
|
||||
\ '\end{foo}',
|
||||
\ '',
|
||||
\ '\begin{bar}',
|
||||
\ ' Bar',
|
||||
\ '\end{bar}',
|
||||
\],
|
||||
\[
|
||||
\ '\begin{baz}',
|
||||
\ ' Foo',
|
||||
\ '\end{baz}',
|
||||
\ '',
|
||||
\ '\begin{baz}',
|
||||
\ ' Bar',
|
||||
\ '\end{baz}',
|
||||
\])
|
||||
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user