nvim-nim/tests/rc.vim
2016-03-17 00:17:09 +02:00

9 lines
148 B
VimL

filetype off
set rtp+=./plugins/vader.vim
set rtp+=..
filetype plugin indent on
syntax enable
set ts=4 sts=4 sw=4
let g:nvim_nim_enable_async = 0