-
On Windows, when starting vim, I have following error/warning:
````
Error detected while processing /asyncomplete.vim/plugin/asyncomplete.vim:
line 1:
E488: Trailing characters: ^M
line 26…
-
Hello sir !
I have to use python autocompletion using vim-lsp so i followed as you told in readme file. Now the lsp is running but it is not showing any autocompletion.
![IMG_20230201_101638](http…
-
This is related to (probably a duplicate of) #1087, creating a new issue following @mattn's [comment](https://github.com/prabirshrestha/vim-lsp/issues/1087#issuecomment-1166446749).
With vim-lsp, a…
-
same as https://github.com/yami-beta/asyncomplete-omni.vim/issues/16
-
## Expected behavior, english is recommend
Expect tagbar to show up, but it gives the error:
:TagbarToggle
E117: Unknown function: tagbar#ToggleWindow
I'm trying this on a c file.
…
-
On the same project/solution, Omnisharp takes several minutes longer starting up when used under Omnisharp.vim as opposed to the same project opened in VSCode. Memory usage is also ~double the memory …
-
System:
```
$ vim --version
NVIM v0.6.1
$ vala-language-server --version
vala-language-server 0.48.7-7-g3b5fe94-dirty
```
When trying to use `vala-language-server` as described [here](https:/…
-
The codebase is here: https://github.com/google/xls/tree/main/xls/dslx/lsp but I couldn't find any documentation on how to set it up
-
I have written my own keyword completion server in Python.
Added the Vimscript for handling suggestion from it.
Completions are working. But popup is closing and opening rapidly.
[Screencast …
-
Can you add a LICENSE please? [Asyncomplete](https://github.com/prabirshrestha/asyncomplete.vim/blob/master/LICENSE) uses MIT License.