是什么 ? | : | git client for Vim. |
开发语言 | : | VimL |
源码仓库 | : | https://github.com/tpope/vim-fugitive |
step1、在~/.vimrc
中的call plug#begin()
和call plug#end()
之间的行中加入如下配置
Plug 'tpope/vim-fugitive'
w
source %
PlugInstall
help fugitive
vim-fugitive
通常与vim-airline一起使用, 另外它的Gblame
命令也是比较好用的,效果如下: