mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:00:05 +08:00
8 lines
172 B
VimL
8 lines
172 B
VimL
set nocp
|
|
filetype plugin indent on
|
|
syntax on
|
|
|
|
let php_sync_method=-1
|
|
let p = fnamemodify(expand('%:p:h'), ':h')
|
|
exe 'set rtp='.p.'/,'.p.'/vimunit/,'.p.'/../vimunit/,'.&rtp
|