I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
set nocompatible
|
||||
let &rtp = '../..,' . &rtp
|
||||
filetype plugin on
|
||||
|
||||
silent edit plaintex.tex
|
||||
call assert_equal('tex', &filetype)
|
||||
|
||||
call vimtex#test#finished()
|
||||
Reference in New Issue
Block a user