8 lines
188 B
VimL
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
|