-
-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy pathcompletion.vim
More file actions
28 lines (28 loc) · 746 Bytes
/
Copy pathcompletion.vim
File metadata and controls
28 lines (28 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
""
" @section Completion
"
" You will need to explicitly configure Phpactor to provide completion
" capabilities.
"
" @subsection Omni-Completion
"
" Use VIMs native omni-completion (|compl-omni|)
"
" Enable omni-completion for PHP files: >
"
" autocmd FileType php setlocal omnifunc=phpactor#Complete
"
" For case sensitive searching see @setting(g:phpactorCompletionIgnoreCase)
"
" @subsection NCM2
"
" Nvim Completion Manager is a completion manager for Neovim.
"
" Install the integration plugin to get started: https://github.com/phpactor/ncm2-phpactor
"
" @subsection Deoplete
"
" Deoplete is another completion plugin.
"
" Install the Deoplete Phpactor
" integration to get started: https://github.com/kristijanhusak/deoplete-phpactor