vimspector/tests/vimrc
2019-05-16 21:08:18 +01:00

7 lines
170 B
VimL

let g:vimspector_test_plugin_path = expand( '<sfile>:p:h:h' )
set mouse=a
let &rtp = &rtp . ',' . g:vimspector_test_plugin_path
filetype plugin indent on
syntax enable