diff options
author | Guangxiong Lin <[email protected]> | 2021-09-17 08:44:12 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-09-17 08:44:12 +0800 |
commit | ba8d1aa6da01434bad6139f3a68cf06edad58f7c (patch) | |
tree | 4a634c269041047d0b2560ab501ddda6d9cb389f | |
parent | a8639470b78b630f438c63282ee72516dc02d277 (diff) | |
download | dotfiles-ba8d1aa6da01434bad6139f3a68cf06edad58f7c.tar.gz dotfiles-ba8d1aa6da01434bad6139f3a68cf06edad58f7c.tar.bz2 dotfiles-ba8d1aa6da01434bad6139f3a68cf06edad58f7c.zip |
Remove vim-gitgutter
-rw-r--r-- | .vim/plugin/init.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/plugin/init.vim b/.vim/plugin/init.vim index eaf75f9..eff5185 100644 --- a/.vim/plugin/init.vim +++ b/.vim/plugin/init.vim @@ -49,7 +49,6 @@ 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) |