7 lines
170 B
VimL
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
|