vimspector/tests/vimrc
2020-07-16 08:33:49 +01:00

8 lines
188 B
VimL

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