nvim-nim/tests/rc.vim
2016-03-17 01:45:40 +02:00

10 lines
165 B
VimL

set nocompatible
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