正确的配置
代码:
call vundle#begin()
Plugin '907th/vim-auto-save'
Plugin 'ruanyl/vim-gh-line'
call vundle#end()
截图:
用法:
1、添加配置后,需运行 :BundleInstall进行安装。
2、默认快捷键是:<leader>gh,我的vim的默认leader是逗号。
代码:
call vundle#begin()
Plugin '907th/vim-auto-save'
Plugin 'ruanyl/vim-gh-line'
call vundle#end()
截图:
1、添加配置后,需运行 :BundleInstall进行安装。
2、默认快捷键是:<leader>gh,我的vim的默认leader是逗号。