mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Add neo-vim configuration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user