vimspector/tests/vimrc
2021-02-21 17:01:41 +00:00

10 lines
256 B
VimL

let g:vimspector_test_plugin_path = expand( '<sfile>:p:h:h' )
set mouse=a
set noequalalways
let mapleader = ','
let maplocalleader = "\<Space>"
let &runtimepath = &runtimepath . ',' . g:vimspector_test_plugin_path
filetype plugin indent on
syntax enable