-
在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
-
VimPlus真的非常好用,节省了我配环境的很多时间,由衷地感谢开发者们的贡献!为了让VimPlus更好,我想提一点小小的建议。
YCM最初用的是`libclang engine` , 现在已经支持新的`clangd engine`,后者比前者功能更多,性能更好。
比如在完成[C家族语言的语义补全](https://github.com/ycm-core/YouCompleteMe#c…
-
最近在配置环境被人推荐了这个repo,实话实说还是很不错的,但是因为没什么人维护导致一些repo其实已经outdated但是没人发现,今天用M1 Mac配置环境一直在YCM那里报错
```
...
info: downloading installer
info: profile set to 'default'
info: default host triple is aarch64-…
-
问题:YouCompleteMe unavailable: cannot import name _remove_dead_weakref
搜索半天没看到好的解决方案,请各位大神或者作者给予帮助或者解决方案
-
**My code completion engine is [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe) with clangd**
# Original Behavior
In a simple c++ file:
```cpp
namespace fs = std::filesystem;
```
Whe…
-
Basically I have
`autocmd FileType css set filetype=html.css`
because I need html ctags completion with YouCompleteMe in css.
But I would like to disable html snippets. So something like `UltiSnips…
-
Hello,
I'm trying to use gocode with YouCompleteMe in my multiple bazel projects.
For this, it looks like I have to set `package-lookup-mode` to bzl and set `lib-path`.
What is the best practice …
-
vimplus里打包的YouCompleteMe似乎有一些旧了
在ycm编译时 如果打开--cland-completer会提示
ERROR: downloaded Clangd archive does not match checksum.
不知有没有什么解决方法
-
If boost header file included in the sample [main.cpp ](https://pastebin.com/JsBJpgyc)file is commented out, the completition works.
After uncomment the boost include in the sample source file, the c…
-
I have to copy same `.cquery` every where, it contains only few lines:
```text
%clang
%c -std=gnu11
%cpp -std=gnu++14
-pthread
# Includes
-ID:/dev/mingw/include
```
Can I have a global …