BeyondCodeBootcamp / BeyondCodeBootcamp/vim-ale-hello-world
Add autocomplete example
Open
- 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.