Skip to content

Commit acf3048

Browse files
author
wklken
committed
2 parents 53e35cc + 4346403 commit acf3048

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sudo apt-get install silversearcher-ag
6464
# centos
6565
sudo yum install python-devel.x86_64
6666
sudo yum groupinstall 'Development Tools'
67-
sudo rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
67+
sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
6868
sudo yum install the_silver_searcher
6969
sudo yum install cmake
7070
@@ -149,6 +149,7 @@ let g:bundle_groups=['python', 'javascript', 'markdown', 'html', 'css', 'tmux',
149149
使用 [vim-plug](https://github.com/junegunn/vim-plug) 管理插件
150150

151151
`vim-plug` 常见问题: [vim-plug faq](https://github.com/junegunn/vim-plug/wiki/faq) / [YCM timeout](https://github.com/junegunn/vim-plug/wiki/faq#youcompleteme-timeout)
152+
[YCM 国人在国内做的镜像](https://github.com/LooEv/A-bridge-to-YouCompleteMe)
152153

153154
管理插件的命令
154155

@@ -326,7 +327,7 @@ thx a lot. 可以给我提pull request:)
326327

327328
2. install.sh 参考`spf13-vim``bootstrap.sh` [spf13-vim](https://github.com/spf13/spf13-vim)
328329

329-
2. 插件管理使用[Vundle](https://github.com/gmarik/Vundle.vim)
330+
2. 插件管理使用[Vim-plug](https://github.com/junegunn/vim-plug)
330331

331332
3. 自动补全 [YCM](https://github.com/Valloric/YouCompleteMe)
332333

vimrc.bundles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Plug 'tomasr/molokai'
141141
" nerdtree nerdtreetabs
142142
Plug 'scrooloose/nerdtree' | Plug 'jistr/vim-nerdtree-tabs'
143143
" ctrlspace
144-
Plug 'szw/vim-ctrlspace'
144+
Plug 'vim-ctrlspace/vim-ctrlspace'
145145
" tagbar
146146
Plug 'majutsushi/tagbar'
147147

0 commit comments

Comments
 (0)