-
I am not a good programmer at all, but I would like this program to work. :D
I tried run it in Python 2.7.15 and in Visual Studio, but I cant solve these errors. I would be happy if you can solve thi…
-
请问能否替换ycm为**coc.nvim**并且增加对**neovim**的支持??
- coc.nvim支持vim8与nvim
- ycm配置太过于麻烦,并且不设置ss几乎必然导致vimplus配置失败,需要自己手动编译ycm,且ycm会占用大量的软件安装时间
- coc.nvim用户可以自己快速的配置智能提示的服务器,且完全不具有ycm插件的缺点
- nvim发展势头也…
-
# Issue Prelude
- Category
- [x] Question
- [ ] Bug
- [ ] Suggestion
- OS
- [x] Linux
- [ ] macOS
- [ ] Windows
- [ ] Etc.
- Vim
- [x] Vim
- [ ] N…
-
希望完善YCM安装一节
方便更多读者使用
源码编译YCM费时费力,
一些Linux 发行版已经有了编号好的二进制包,
Ubuntu Debian 都有deb包,
openSUSE 的OBS源里面也有现成的,
Debian:
[https://tracker.debian.org/pkg/ycmd](url)
[https://tracker.debian.org/pkg/vim-youco…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I use vim YouCompleteMe plugin for LSP…
-
我在使用vimplus 过程中, 在安装部分比较苦恼。
1,个人对 YCM 没有使用需求。但是在安装过程中总是会失败。导致需要重新安装YCM。
2. 个人曾尝试跳过 YCM 安装。但是还需要禁用 VIm 的 YCM 相关的插件配置项目。
有没有其他途径,可以实现 禁用某功能后 可实现跳过插件安装和配置能力。
-
I use YouCompleteMe as my completion engine, it will collect my tags and syntax keywords as completion source.
I just found, if I use PaperColor as my color scheme, it will break YouCompleteMe synt…
-
首先需要vim 8.1,编译时需要附加支持pythoninterp,下载vim8.1源码使用git,于是率先安装git,make,gcc.python,python-devel,ncurses-devel等内容。
```
yum install -y git make gcc python python-devel necurses-devel
git clone https://git…
-
The ajh.vim colorscheme defines some theme colors by defining new syntax groups. Syntax elements are styled by linking to these elements, so to make Collemts gray italic for exmaple it does this:
```…
-
vimplus里打包的YouCompleteMe似乎有一些旧了
在ycm编译时 如果打开--cland-completer会提示
ERROR: downloaded Clangd archive does not match checksum.
不知有没有什么解决方法