mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-06 07:56:53 -04:00
7 lines
215 B
VimL
7 lines
215 B
VimL
Plug 'phpactor/phpactor', {'for': 'php', 'branch': 'master', 'do': 'composer install --no-dev -o'}
|
|
|
|
augroup PhpactorMappings
|
|
au!
|
|
au FileType php nmap <buffer> <Leader>mm :PhpactorContextMenu<CR>
|
|
augroup END
|