mirror of
https://github.com/prabirshrestha/asyncomplete.vim.git
synced 2025-12-14 20:35:41 +01:00
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:
@@ -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) |
|
||||
|
||||
Reference in New Issue
Block a user