6 lines
156 B
VimL
6 lines
156 B
VimL
let g:vimspector_test_plugin_path = expand( '<sfile>:h:h' )
|
|
|
|
let &rtp = &rtp . ',' . g:vimspector_test_plugin_path
|
|
|
|
filetype plugin indent on
|
|
syntax enable
|