diff options
author | gxlin <[email protected]> | 2021-08-05 20:51:26 +0800 |
---|---|---|
committer | gxlin <[email protected]> | 2021-08-05 20:51:26 +0800 |
commit | 0e737c44adc0aeae73003337f9638de493904196 (patch) | |
tree | 71380d26c4e8ad3e44ceb2cf7d7cb6c68d4cf0aa /.vim/plugin/init.vim | |
parent | c12eac7dce27b27d7818019b3195f1992fc623c5 (diff) | |
download | dotfiles-0e737c44adc0aeae73003337f9638de493904196.tar.gz dotfiles-0e737c44adc0aeae73003337f9638de493904196.tar.bz2 dotfiles-0e737c44adc0aeae73003337f9638de493904196.zip |
Add vim-gitgutter
Diffstat (limited to '.vim/plugin/init.vim')
-rw-r--r-- | .vim/plugin/init.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/plugin/init.vim b/.vim/plugin/init.vim index 1d02fcd..afa2e55 100644 --- a/.vim/plugin/init.vim +++ b/.vim/plugin/init.vim @@ -48,13 +48,14 @@ Plug 'tpope/vim-fugitive' nnoremap <silent> <leader>gl :Gclog! -- %<CR> nnoremap <silent> <leader>gd :Gdiffsplit <CR> nnoremap <silent> <leader>gs :G<CR> + +Plug 'airblade/vim-gitgutter' Plug 'easymotion/vim-easymotion' map <Space> <Plug>(easymotion-prefix) " Language specific Plug 'habamax/vim-godot', {'for': 'gdscript'} -Plug 'plasticboy/vim-markdown' Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'} Plug 'ledger/vim-ledger', {'for': 'ledger'} |