I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
filetype plugin on
|
||||
|
||||
set nomore
|
||||
|
||||
nnoremap q :qall!<cr>
|
||||
|
||||
silent edit main.tex
|
||||
|
||||
if empty($INMAKE) | finish | endif
|
||||
|
||||
let s:candidates = vimtex#test#completion('\bibliographystyle{', '')
|
||||
call assert_true(index(map(s:candidates, 'v:val.word'), 'unsrt') > 0)
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user