vimtex/test/vader/minivimrc

14 lines
222 B
Plaintext
Raw Normal View History

set nocompatible
2016-03-27 16:44:40 -04:00
let &rtp = '../../,' . &rtp
let &rtp .= ',../../after'
let &rtp .= ',vader.vim'
filetype plugin indent on
syntax enable
if has('gui_running')
set lines=56
set guioptions=aeci
endif
inoremap jk <esc>