nvim-nim/other/rc.vim
baabelfish 17b22b6fc3 Add jump to def test
- Fix global variable initialization
- Remove broken shell escapes
2016-03-15 02:25:49 +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