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