Add vlime (#248)

* typo

* Add asyncomplete-vlime for common Lisp

This seems to be the standard, it even has a mention in the Vlime `:help` documentation.
This commit is contained in:
Spenser Truex
2021-02-26 23:21:20 -08:00
committed by GitHub
parent 4be3c16b33
commit f7f017e242

View File

@@ -42,7 +42,7 @@ let g:asyncomplete_auto_popup = 0
```
You can use the above `<Plug>(asyncomplete_force_refresh)` to show the popup
or can you tab to show the autocomplete.
or you can tab to show the autocomplete.
```vim
let g:asyncomplete_auto_popup = 0
@@ -111,6 +111,7 @@ endif
| Buffer | [asyncomplete-buffer.vim](https://github.com/prabirshrestha/asyncomplete-buffer.vim) |
| C/C++ | [asyncomplete-clang.vim](https://github.com/keremc/asyncomplete-clang.vim) |
| Clojure | [async-clj-omni](https://github.com/clojure-vim/async-clj-omni) |
| Common Lisp (vlime) | [asyncomplete-vlime(https://github.com/uki00a/asyncomplete-vlime.vim) |
| Dictionary (look) | [asyncomplete-look](https://github.com/htlsne/asyncomplete-look) |
| [Emmet][emmet-vim] | [asyncomplete-emmet.vim](https://github.com/prabirshrestha/asyncomplete-emmet.vim) |
| English | [asyncomplete-nextword.vim](https://github.com/high-moctane/asyncomplete-nextword.vim) |