Added minivimrc for manual vader testing
This commit is contained in:
parent
8b0cc3bec2
commit
a663e5ecc1
13
test/vader/minivimrc
Normal file
13
test/vader/minivimrc
Normal file
@ -0,0 +1,13 @@
|
||||
set nocompatible
|
||||
set rtp+=~/.vim/bundle/vader.vim
|
||||
set rtp+=~/.vim/bundle/vimtex/
|
||||
set rtp+=~/.vim/bundle/vimtex/after
|
||||
filetype plugin indent on
|
||||
syntax enable
|
||||
|
||||
if has('gui_running')
|
||||
set lines=56
|
||||
set guioptions=aeci
|
||||
endif
|
||||
|
||||
inoremap jk <esc>
|
Loading…
Reference in New Issue
Block a user