Skip to content

Add autocomplete example #2

Description

@coolaj86

It looks like vim-ale supports autocomplete.

I'd be interested to see what that could look like.

Could probably prototype with vscode-language-server (but it seems like it's wicked slow, so maybe not production?).

let g:ale_completion_enabled = 1
let g:ale_lsp_suggestions = 1
~/.vim/pack/plugins/start/ale/
    doc/ale-supported-languages-and-tools.txt
    autoload/ale/completion.vim
    autoload/ale/lsp.vim
    plugin/ale.vim

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions