set nocompatible let &rtp = '../..,' . &rtp filetype plugin on set wildmode=longest:full,full set wildcharm= setfiletype tex " cse / Change surrounding environment " . / Dot repeat call vimtex#test#keys("cse\\\\", \[ \ '\begin{foo}', \ ' Foo', \ '\end{foo}', \], \[ \ '\begin{abstract}', \ ' Foo', \ '\end{abstract}', \]) call vimtex#test#finished()