update readme
This commit is contained in:
parent
dfd1c06599
commit
eadfc3d638
@ -43,7 +43,7 @@ An automatic configuration program for vim
|
||||
|
||||
`centos7`及其以上`64`位系统。
|
||||
|
||||
- 安装vimplus
|
||||
- 安装vimplus(建议在普通用户下安装)
|
||||
|
||||
```bash
|
||||
git clone https://github.com/chxuan/vimplus.git ~/.vimplus
|
||||
@ -178,6 +178,10 @@ An automatic configuration program for vim
|
||||
|
||||
这里的原因可能就有很多了,可能每个人遇到的问题不一样,但`vimplus`尽最大努力不让用户操心,需要注意的是ycm插件只支持`64`位的系统,更多信息请访问[ycm官网][38]。
|
||||
|
||||
- **`在aaa用户下安装了vimplus,在bbb用户下不能使用?`**
|
||||
|
||||
目前vimplus是基于用户的,如果你想在其他用户下也能使用vimplus,也需要单独安装。
|
||||
|
||||
- **`在Archlinux环境下不能使用ycm怎么办?(缺少libtinfo.so.5)`**
|
||||
|
||||
在Archlinux下可以试着使用pkgfile命令搜索依赖的文件具体在什么包内,目前找到的包含libtinfo.so.5的包是ncurses5-compat-libs(AUR)或者32位的lib32-ncurses5-compat-libs(AUR),安装后即可正常使用。
|
||||
|
||||
Loading…
Reference in New Issue
Block a user