github管理vim插件,是怎么更新一个插件??
答案:2 悬赏:60 手机版
解决时间 2021-03-12 07:30
- 提问者网友:温柔港
- 2021-03-11 21:15
比如说tagslist,新版本出来了。。我要怎么更新。。连接自己的github地址吗??那我的github里面的又不是最新版本。
最佳答案
- 五星知识达人网友:走死在岁月里
- 2021-03-11 22:26
如果插件都在github上当然是用vim的插件: Vundle。
下载地址和教程都: 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
下载地址和教程都: 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
全部回答
- 1楼网友:傲气稳了全场
- 2021-03-11 23:32
可以私聊我~
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯