-
Is it deliberate to re-clone on update? This takes a while for plugins like YouCompleteMe.
It'd be great to show the commit messages of the pulled commits so that you could review changes.
-
Here is my project hierarchy
```bash
.
├── assets
├── dist
├── node_modules
├── package-lock.json
├── package.json
├── setup.sh
├── src
└── webpack.config.js
```
I have a local standard …
-
Hello,
I'm using a lot auto-completion with omnicompletion and Valloric/YouCompleteMe but auto-pairs actually don't close the auto-inserted (. How do I fix this problem or is there a simple patch ?
-
补全功能git后怎么没有?
![image](https://user-images.githubusercontent.com/12793147/46138213-e3011680-c27d-11e8-862e-97a3d35b60ba.png)
YouCompleteMe 打印出来看到是安装了,我查看里面bundle文件夹都没有呢
![image](https://user-im…
-
最近在配置环境被人推荐了这个repo,实话实说还是很不错的,但是因为没什么人维护导致一些repo其实已经outdated但是没人发现,今天用M1 Mac配置环境一直在YCM那里报错
```
...
info: downloading installer
info: profile set to 'default'
info: default host triple is aarch64-…
-
```
Scanning dependencies of target ycm_core
[ 52%] Building CXX object ycm/CMakeFiles/ycm_core.dir/Candidate.cpp.o
[ 58%] Building CXX object ycm/CMakeFiles/ycm_core.dir/CandidateRepository.cpp.o
…
-
VimPlus真的非常好用,节省了我配环境的很多时间,由衷地感谢开发者们的贡献!为了让VimPlus更好,我想提一点小小的建议。
YCM最初用的是`libclang engine` , 现在已经支持新的`clangd engine`,后者比前者功能更多,性能更好。
比如在完成[C家族语言的语义补全](https://github.com/ycm-core/YouCompleteMe#c…
-
在debian8.5上编译成功之后,打开vim会提示:
MatchTagAlways unavailable: requires python.
YouCompleteMe unavailable: requires Vim compiled with Python (2.6+ or 3.3+) support
Press ENTER or type command to continue
-
I use `tern_for_vim` and `youcompleteme` for code auto-complete.
I installed `tern-node-express` in `~/.vim/bundle/tern_for_vim/node_modules`,but object members(app.set) is not listed in the menu .
D…
-
问题:YouCompleteMe unavailable: cannot import name _remove_dead_weakref
搜索半天没看到好的解决方案,请各位大神或者作者给予帮助或者解决方案