mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:10:05 +08:00
7 lines
149 B
VimL
7 lines
149 B
VimL
set nocp
|
|
filetype plugin indent on
|
|
syntax on
|
|
|
|
let p = fnamemodify(expand('%:p:h'), ':h')
|
|
exe 'set rtp='.p.'/,'.p.'/vimunit/,'.p.'/../vimunit/,'.&rtp
|