-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
It should be ordered exactly as following:
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/vim-lsp'
Plug 'prabirshrestha/asyncomplete-lsp.vim'I used the vim-lsp first so I placed the vim-lsp in front of asyncomplete, and this causes issues:
when you type for exmaple:
import std.al
the popup menu shows algorithm, and you choose algorithm, however the texts become:
import std.alalgorithm;
in a word, the autocomplete will not trim the prefix but append the whole word.
I do not think this is a big problem, but I think it should be mentioned in the readme doc, it is really annoying and hard to find the cause.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels