diff --git a/README.md b/README.md index 7557cd1d..48eede40 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This figure is below a real shot after I configured vim. Installation ------------ -### Ubuntu Installation +### Ubuntu Installation(Support Ubuntu16.04LTS) ```bash git clone https://github.com/chxuan/vimplus.git @@ -169,7 +169,6 @@ auto-pairs provides smart auto-completion for delimiters like (), {}, [], "", '' ### **Warning** ------------ 1. If poor network conditions may fail to install, basically [Valloric/YouCompleteMe][61] installation fails, after a failed installation will need to `rm -rf ~/.vim/bundle/YouCompleteMe`, and then re-execute the `install.sh` can be re-installed, the program will automatically install the plug-in installation fails,**or I have** [YouCompleteMe.tar.gz][62],download it and then `tar -xvf YouCompleteMe.tar.gz -C ~/.vim/bundle/`,then `cd ~/.vim/bundle/YouCompleteMe` and run `python ./install.py --clang-completer`. - 2. In `ubuntu16.04LTS` installation may fail([Valloric/YouCompleteMe][63] installation fails), **because vim default support for plug python3 compiled**, after a failed installation, manually `cd ~/.vim/bundle/YouCompleteMe`, then run `python3 ./install.py --clang-completer`. [1]: https://raw.githubusercontent.com/chxuan/vimplus/master/screenshots/vimplus.png