Skip to content

the order of the plugins matters #297

@xnhp0320

Description

@xnhp0320

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions