I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
filetype plugin on
|
||||
|
||||
setfiletype tex
|
||||
|
||||
|
||||
" dse / Delete surrounding environment
|
||||
call vimtex#test#keys('dsedse',
|
||||
\[
|
||||
\ '\begin{test}',
|
||||
\ ' \begin{center} a \end{center}',
|
||||
\ '\end{test}',
|
||||
\], ' a ')
|
||||
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user