prabirshrestha / asyncomplete.vim

async completion in pure vim script for vim8 and neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The completion is stopped with $ and next characters in PHP from second files.

ngocthienvnn opened this issue · comments

The completion is working well when i open the first file. But from second files, it's not working for php variables.
NVIM v0.5.0-804-geee066881
Plugins:

Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-lsp.vim'

My lsp config: https://pastebin.com/J920490a
My vim-lsp.log: https://pastebin.com/nujXXwY5
See my screencast: https://imgur.com/hpRhU28

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.