spacevim/bundle/phpcomplete.vim/tests/vimrc

8 lines
172 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
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