diff --git a/vim/ftplugin/php.vim b/vim/ftplugin/php.vim new file mode 100644 index 0000000..879c9f0 --- /dev/null +++ b/vim/ftplugin/php.vim @@ -0,0 +1,4 @@ +let g:deoplete#ignore_sources = get(g:, 'deoplete#ignore_sources', {}) +let g:deoplete#ignore_sources.php = ['omni'] + +nnoremap h :call PhpDocSingle()