Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Aug 12, 2018
1 parent dfd1c06 commit eadfc3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ An automatic configuration program for vim

`centos7`及其以上`64`位系统。

- 安装vimplus
- 安装vimplus(建议在普通用户下安装)

```bash
git clone https://github.com/chxuan/vimplus.git ~/.vimplus
Expand Down Expand Up @@ -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),安装后即可正常使用。
Expand Down

0 comments on commit eadfc3d

Please sign in to comment.