vim-easycomplete
vim-easycomplete copied to clipboard
杭州市余杭区最好用的 VIM/NVIM 代码补全插件
- [x] VIM 中用原生matchfuzzy函数代替自定义实现 - [x] 所有插件的 completor 在确保 directory 正确返回 false 的情况下全部异步掉,确保 firstCompleteRender 等待的时间尽可能的短,副作用是 firstCompleteRender 出来后,哪个插件的 completor 快就先显示哪个,速度参差不齐时会明显感知到菜单在不断的刷新变化 - [x] snip body 的获取和 sha256 函数优先不走 python - [x] 首次匹配的...
Hi, everyone, I tried this plug in two machines and show different results 1. WSL2-Ubuntu, unable link to github so install this plug manully, everything works fine 2. Centos 7...
First off, this plugin is great, I wish I'd found this earlier! Anyway, I was using this alongside the [Auto-Pairs](https://github.com/jiangmiao/auto-pairs) plugin, and occasionally would get some strange output. After a...
I have three cpp files, all connected, along with their corresponding header files, and it is getting achingly slow, and getting slower each time I add a new file. I...

I am getting an error at nvim startup (_EasyComplete requires vim version upper than 802 or nvim version upper than 0.4.0_). However I am using Vim 8.2.2824 and nvim 0.5.0....
TODO list - [ ] Support "Alibaba Cloud AI Coding Assistant" - [x] Support TabNine https://github.com/alibaba-cloud-toolkit/cosy https://alibaba-cloud-toolkit.github.io/cosy/#/zh-cn/guide/quickstart?tab=market_install
python3.9 , vim 8.2 (mac), the newest "vim-easycomplete". Below this is my import , and my project about 30 files. " import os import requests import time import timeit import...