-
### I have done the following steps before reporting this issue:
- [x] I have searched the existing issues
- [X] I have read the FAQ in the help doc
### Operating system/version
Windows 11
### GUI…
-
ref: prabirshrestha/asyncomplete.vim#204
-
Hi !
I'm trying (re-trying after some time, in fact) to use vsnip with vim-lsp and asyncomplete, and something is not quite clear to me:
What's the integration point ?
1. I mean, should I defin…
-
ref: prabirshrestha/asyncomplete.vim#204
-
Hello,
I've a problem, with the signature help window, it overlaps with the autocomplete window. Here is what I do:
1. Call signature help in normal mode.
2. Close the window with Esc or gq.
3…
-
Based on your minimal.vimrc:
```vim
" install: curl https://raw.githubusercontent.com/prabirshrestha/vim-lsp/master/minimal.vimrc -o /tmp/minimal.vimrc
" uninstall: rm /tmp/plug.vim && rm -rf /tm…
-
with my limited knowledge I decide to attempt to import the autocompletion code provided to lua, which didn't seem that hard since I had already setup some autocommand stuff
```
local cmd = vim.cmd …
-
I load the asyncomplete.vim on the event "BufReadPre" with dein.vim
every time I open the buffer, the messages says:
```vim
Error detected while processing function 101_on_stdout[1]..101_complete…
-
I would like to write a clang autocomplete source for [asyncomplete.vim](https://github.com/prabirshrestha/asyncomplete.vim)
Would it be possible to have an api that looks something like this.
`…
-
Question:
I made a proposal for function summarization at asyncomplete-tags.vim. [asyncomplete-tags.vim issues # 9] (https://github.com/prabirshrestha/asyncomplete-tags.vim/issues/9)
But I thoug…