Update readme

This commit is contained in:
chxuan 2016-05-28 17:12:39 +08:00
parent 026e5ca6b4
commit 3163249556

129
README.md
View File

@ -38,13 +38,14 @@ and some plugins below:
- [NerdTree][4]
- [nerdcommenter][5]
- [Airline][6]
- [auto-pairs][8]
- [DoxygenToolkit][9]
- [ctrlp][10]
- [tagbar][11]
- [vim-devicons][12]
- [vim-surround][13]
- [tabular][14]
- [auto-pairs][7]
- [DoxygenToolkit][8]
- [ctrlp][9]
- [tagbar][10]
- [vim-devicons][11]
- [vim-surround][12]
- [tabular][13]
- [vim-coloresque][14]
- [change-colorscheme][15](I am the author)
- etc...
@ -71,13 +72,14 @@ and some plugins below:
- [NerdTree][19]
- [nerdcommenter][20]
- [Airline][21]
- [auto-pairs][23]
- [DoxygenToolkit][24]
- [ctrlp][25]
- [tagbar][26]
- [vim-devicons][27]
- [vim-surround][28]
- [tabular][29]
- [auto-pairs][22]
- [DoxygenToolkit][23]
- [ctrlp][24]
- [tagbar][25]
- [vim-devicons][26]
- [vim-surround][27]
- [tabular][28]
- [vim-coloresque][29]
- [change-colorscheme][30](I am the author)
- etc...
@ -90,19 +92,7 @@ Note
------------
1. In order to use [vim-devicons][33], you have to set font, if you don't have guifont set and are not running gvim you will need to set the terminal font(you have to set this font:`Droid Sans Mono for Powerline Nerd Font Complete`).
Features
------------
### Syntax completion
[YouCompleteMe][34] plugin provides syntax completion function, and YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim.
![此处输入图片的描述][35]
### Change the colorscheme
[change-colorscheme][36] plugin provides quick change theme function.
![此处输入图片的描述][37]
Shortcuts
------------
@ -118,11 +108,44 @@ Shortcuts
- Fuzzy Find File `<Ctrl + f>`
- Change the colorscheme `<F10/F9>`
Features
------------
### Syntax completion
[YouCompleteMe][34] plugin provides syntax completion function, and YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim.
![此处输入图片的描述][35]
### Full path fuzzy file, buffer, mru, tag
[ctrlp][36] plugin provides full path fuzzy file, buffer, mru, tag, ... finder for Vim.
![此处输入图片的描述][37]
### vim-airline
Lean & mean status/tabline for vim that's light as air.
![此处输入图片的描述][38]
### vim-coloresque
css/less/sass/html color preview for vim.
![此处输入图片的描述][39]
### vim-devicons
adds font icons (glyphs ★♨☢) to programming languages, libraries, and web developer filetypes for: NERDTree, powerline, vim-airline, ctrlp, unite, lightline.vim, vim-startify, vimfiler, and flagship.
![此处输入图片的描述][40]![此处输入图片的描述][41]![此处输入图片的描述][42]
### Change the colorscheme
[change-colorscheme][43] plugin provides quick change theme function.
![此处输入图片的描述][44]
### <span id="Warning">**Warning**</span>
------------
1. If poor network conditions may fail to install, basically [Valloric/YouCompleteMe][38] 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][39],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][40] 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. If poor network conditions may fail to install, basically [Valloric/YouCompleteMe][45] 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][46],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][47] 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://github.com/Valloric/YouCompleteMe
@ -131,13 +154,14 @@ Shortcuts
[4]: https://github.com/scrooloose/nerdtree
[5]: https://github.com/scrooloose/nerdcommenter
[6]: https://github.com/vim-airline/vim-airline
[8]: https://github.com/jiangmiao/auto-pairs
[9]: https://github.com/vim-scripts/DoxygenToolkit.vim
[10]: https://github.com/ctrlpvim/ctrlp.vim
[11]: https://github.com/majutsushi/tagbar
[12]: https://github.com/ryanoasis/vim-devicons
[13]: https://github.com/tpope/vim-surround
[14]: https://github.com/godlygeek/tabular
[7]: https://github.com/jiangmiao/auto-pairs
[8]: https://github.com/vim-scripts/DoxygenToolkit.vim
[9]: https://github.com/ctrlpvim/ctrlp.vim
[10]: https://github.com/majutsushi/tagbar
[11]: https://github.com/ryanoasis/vim-devicons
[12]: https://github.com/tpope/vim-surround
[13]: https://github.com/godlygeek/tabular
[14]: https://github.com/gorodinskiy/vim-coloresque
[15]: https://github.com/chxuan/change-colorscheme
[16]: https://github.com/Valloric/YouCompleteMe
[17]: https://github.com/VundleVim/Vundle.vim
@ -145,22 +169,29 @@ Shortcuts
[19]: https://github.com/scrooloose/nerdtree
[20]: https://github.com/scrooloose/nerdcommenter
[21]: https://github.com/vim-airline/vim-airline
[22]: https://github.com/vim-scripts/taglist.vim
[23]: https://github.com/jiangmiao/auto-pairs
[24]: https://github.com/vim-scripts/DoxygenToolkit.vim
[25]: https://github.com/ctrlpvim/ctrlp.vim
[26]: https://github.com/majutsushi/tagbar
[27]: https://github.com/ryanoasis/vim-devicons
[28]: https://github.com/tpope/vim-surround
[29]: https://github.com/godlygeek/tabular
[22]: https://github.com/jiangmiao/auto-pairs
[23]: https://github.com/vim-scripts/DoxygenToolkit.vim
[24]: https://github.com/ctrlpvim/ctrlp.vim
[25]: https://github.com/majutsushi/tagbar
[26]: https://github.com/ryanoasis/vim-devicons
[27]: https://github.com/tpope/vim-surround
[28]: https://github.com/godlygeek/tabular
[29]: https://github.com/gorodinskiy/vim-coloresque
[30]: https://github.com/chxuan/change-colorscheme
[31]: https://github.com/chxuan/vimplus/blob/master/.ycm_extra_conf.py
[32]: https://github.com/chxuan/vimplus/blob/master/.ycm_extra_conf.py
[33]: https://github.com/ryanoasis/vim-devicons
[34]: https://github.com/VundleVim/Vundle.vim
[35]: https://camo.githubusercontent.com/1f3f922431d5363224b20e99467ff28b04e810e2/687474703a2f2f692e696d6775722e636f6d2f304f50346f6f642e676966
[36]: https://github.com/chxuan/change-colorscheme
[37]: https://raw.githubusercontent.com/chxuan/vimplus/master/screenshots/change-colorscheme.gif
[38]: https://github.com/Valloric/YouCompleteMe
[39]: http://pan.baidu.com/s/1kUIa1kN
[40]: https://github.com/Valloric/YouCompleteMe
[36]: https://github.com/ctrlpvim/ctrlp.vim
[37]: https://camo.githubusercontent.com/e15ac916ab9a14dd07135cb2d985cc7333200a38/687474703a2f2f692e696d6775722e636f6d2f614f63774877742e706e67
[38]: https://camo.githubusercontent.com/ba79534309330accd776a8d2a0712f7c4037d7f9/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3330363530322f313037323632332f34346332393261302d313439352d313165332d396365362d6463616461336631633533362e676966
[39]: https://camo.githubusercontent.com/70916a51f45b5729332803c5de303f6f1849fc50/68747470733a2f2f7261772e6769746875622e636f6d2f676f726f64696e736b69792f76696d2d636f6c6f7265737175652f6d61737465722f73637265656e2e706e67
[40]: https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/nerdtree-1.png
[41]: https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/nerdtree-2.png
[42]: https://raw.githubusercontent.com/wiki/ryanoasis/vim-devicons/screenshots/v0.8.x/nerdtree-3.png
[43]: https://github.com/chxuan/change-colorscheme
[44]: https://raw.githubusercontent.com/chxuan/vimplus/master/screenshots/change-colorscheme.gif
[45]: https://github.com/Valloric/YouCompleteMe
[46]: http://pan.baidu.com/s/1kUIa1kN
[47]: https://github.com/Valloric/YouCompleteMe