I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
filetype plugin on
|
||||
|
||||
set nomore
|
||||
|
||||
nnoremap q :qall!<cr>
|
||||
|
||||
silent edit $TEXFILE
|
||||
|
||||
let s:candidates = vimtex#test#completion('\gls{', '')
|
||||
call assert_equal(len(s:candidates), 9)
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user