vim vundle 更新插件需要 github 帐号密码,什么原因
1个回答
2015-12-13
展开全部
如果插件都在github上当然是用vim的插件: Vundle。
下载地址和教程都: https://github.com/gmarik/vundle
Vundle在vimrc中的配置格式:
1
2
3
4
5
6
7
8
9
set nocompatible
filetype off
set rtp+=$<a href="https://www.baidu.com/s?wd=VIM&tn=44039180_cpr&fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1d9mW9-n16snj-9nhRzmvcd0AP8IA3qPjfsn1bkrjKxmLKz0ZNzUjdCIZwsrBtEXh9GuA7EQhF9pywdQhPEUiqkIyN1IA-EUBtdrjmYnWbsP1b" target="_blank" class="baidu-highlight">VIM</a>/vimfiles/bundle/vundle
call vundle#rc()
Bundle 'Tagbar'
Bundle 'taglist.vim'
Bundle 'winmanager'
Bundle 'pyflakes.vim
filetype plugin indent on
保存关闭之后,想要下载或者更新,则直接执行命令:
1
:BundleInstall
在执行完了之后,按l查看执行过程(log)
这里有些例子,你可以照着写:https://github.com/gmarik/vundle/wiki/Examples
quick start: https://github.com/gmarik/vundle/blob/master/README.md#quick-start
下载地址和教程都: https://github.com/gmarik/vundle
Vundle在vimrc中的配置格式:
1
2
3
4
5
6
7
8
9
set nocompatible
filetype off
set rtp+=$<a href="https://www.baidu.com/s?wd=VIM&tn=44039180_cpr&fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1d9mW9-n16snj-9nhRzmvcd0AP8IA3qPjfsn1bkrjKxmLKz0ZNzUjdCIZwsrBtEXh9GuA7EQhF9pywdQhPEUiqkIyN1IA-EUBtdrjmYnWbsP1b" target="_blank" class="baidu-highlight">VIM</a>/vimfiles/bundle/vundle
call vundle#rc()
Bundle 'Tagbar'
Bundle 'taglist.vim'
Bundle 'winmanager'
Bundle 'pyflakes.vim
filetype plugin indent on
保存关闭之后,想要下载或者更新,则直接执行命令:
1
:BundleInstall
在执行完了之后,按l查看执行过程(log)
这里有些例子,你可以照着写:https://github.com/gmarik/vundle/wiki/Examples
quick start: https://github.com/gmarik/vundle/blob/master/README.md#quick-start
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询