BeyondCodeBootcamp / BeyondCodeBootcamp/vim-ale-hello-world

Add autocomplete example

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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?).

```text
let g:ale_completion_enabled = 1
let g:ale_lsp_suggestions = 1
```

```text
~/.vim/pack/plugins/start/ale/
doc/ale-supported-languages-and-tools.txt
autoload/ale/completion.vim
autoload/ale/lsp.vim
plugin/ale.vim
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.