I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
filetype plugin on
|
||||
|
||||
setfiletype tex
|
||||
|
||||
|
||||
" csc / Change surrounding command
|
||||
call vimtex#test#keys("csctest\<cr>", '\cmd{foo}', '\test{foo}')
|
||||
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user