mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 08:30:06 +08:00
Fix php support
This commit is contained in:
parent
bc28cfdb0b
commit
56c6f39810
@ -47,9 +47,9 @@ let g:deoplete#omni#input_patterns.php = get(g:deoplete#omni#input_patterns, 'ph
|
|||||||
\'[^. \t0-9]\->\w*',
|
\'[^. \t0-9]\->\w*',
|
||||||
\'[^. \t0-9]\::\w*',
|
\'[^. \t0-9]\::\w*',
|
||||||
\])
|
\])
|
||||||
let g:deoplete#ignore_sources.php = get(g:deoplete#ignore_sources, 'php', ['omni', 'around', 'member'])
|
let g:deoplete#ignore_sources.php = get(g:deoplete#ignore_sources, 'php', ['phpcd', 'around', 'member'])
|
||||||
call deoplete#custom#set('phpcd', 'mark', '')
|
"call deoplete#custom#set('phpcd', 'mark', '')
|
||||||
call deoplete#custom#set('phpcd', 'input_pattern', '\w*|[^. \t]->\w*|\w*::\w*')
|
"call deoplete#custom#set('phpcd', 'input_pattern', '\w*|[^. \t]->\w*|\w*::\w*')
|
||||||
|
|
||||||
" lua
|
" lua
|
||||||
let g:deoplete#omni_patterns.lua = get(g:deoplete#omni_patterns, 'lua', '.')
|
let g:deoplete#omni_patterns.lua = get(g:deoplete#omni_patterns, 'lua', '.')
|
||||||
|
Loading…
Reference in New Issue
Block a user