Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan authored Jul 5, 2016
1 parent 930f005 commit 7344e3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -169,7 +169,6 @@ auto-pairs provides smart auto-completion for delimiters like (), {}, [], "", ''
### <span id="Warning">**Warning**</span>
------------
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
Expand Down

0 comments on commit 7344e3c

Please sign in to comment.