vim-easycomplete icon indicating copy to clipboard operation
vim-easycomplete copied to clipboard

杭州市余杭区最好用的 VIM/NVIM 代码补全插件

Results 60 vim-easycomplete issues
Sort by recently updated
recently updated
newest added

在windows系统下,写c++文件注释的第一个/后将会卡很久,才能继续输入第二个/,怎么解决呀

commit:921471b2f205cfa72a3a4f24bb0d02636297a0f8 导致snippets/ultisnips/c.snippets 中的内容无法在 c 代码中被补全

could you please pack all binaries && scripts into a docker image? so that everyone can just run `docker run --rm -it $PWD:/workspace image:tag /bin/bash` to use it in few...

如图所示,这个时候应该补全的是`from sklearn.datasets import make_blobs` ![image](https://github.com/jayli/vim-easycomplete/assets/8230801/5fcbdb89-0e54-43e1-9e00-1ad6a0ac8325)

这个插件还真是好用,确实是比我之前用的asyncomplete-lsp快。 现在有个问题,PYFLAKE给的warning/error信息,好像要光标过去几秒后才能显示,这个能实时显示吗?

enhancement

![image](https://github.com/jayli/vim-easycomplete/assets/188244/9992db28-c03d-4158-8c7f-e31e52d94499)

bug

![image](https://github.com/jayli/vim-easycomplete/assets/188244/0f1091ad-65a2-4216-a628-7a980754a8c3) 还没有找到复现规律

enhancement

Thanks for your great vim work. I just installed vim-easycomplete, and tried for python and Nim. The language server for Nim, nimlsp, was installed, but for python, pylsp, not installed....

Clangd's protocol extensions includes [switch between source/header](https://clangd.llvm.org/extensions#switch-between-sourceheader). YCM recently implemented it [here](https://github.com/ycm-core/ycmd/pull/1623). This is a feature request for vim-easycomplete to implement it too 😃