github管理vim插件,是怎么更新一个插件??
比如说tagslist,新版本出来了。。我要怎么更新。。连接自己的github地址吗??那我的github里面的又不是最新版本。...
比如说tagslist,新版本出来了。。我要怎么更新。。连接自己的github地址吗??那我的github里面的又不是最新版本。
展开
1个回答
展开全部
如果插件都在github上当然是用vim的插件: Vundle。
下载地址和教程都: https://github.com/gmarik/vundle
Vundle在vimrc中的配置格式:
这里有些例子,你可以照着写: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中的配置格式:
set nocompatible保存关闭之后,想要下载或者更新,则直接执行命令:
filetype off
set rtp+=$VIM/vimfiles/bundle/vundle
call vundle#rc()
Bundle 'Tagbar'
Bundle 'taglist.vim'
Bundle 'winmanager'
Bundle 'pyflakes.vim
filetype plugin indent on
:BundleInstall在执行完了之后,按l查看执行过程(log)
这里有些例子,你可以照着写:https://github.com/gmarik/vundle/wiki/Examples
quick start: https://github.com/gmarik/vundle/blob/master/README.md#quick-start
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询