mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
11 lines
370 B
Plaintext
11 lines
370 B
Plaintext
set nocompatible
|
|
let mundo_root = simplify(expand("<sfile>:h:h"))
|
|
let mundo_test_bundle = mundo_root .'/tests/bundled'
|
|
let &runtimepath = mundo_root
|
|
let &runtimepath .= ','. mundo_root .'/tests/vim_test'
|
|
let &runtimepath .= ','. mundo_test_bundle .'/lh-vim-lib'
|
|
let &runtimepath .= ','. mundo_test_bundle .'/ut'
|
|
filetype plugin on
|
|
nnoremap q :qa!<cr>
|
|
color desert
|