diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-01-31 14:52:28 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | f5e402bc6a30b94de1897de014bdcd262829a649 (patch) | |
tree | 7731193a5e4cd3af529f550e48427099ad833a47 /vimrc | |
parent | ff3aad2389a6eeb622678a9e25be246bdb073623 (diff) | |
download | dotnvim-f5e402bc6a30b94de1897de014bdcd262829a649.tar.gz dotnvim-f5e402bc6a30b94de1897de014bdcd262829a649.zip |
Pin fugitive version
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ set mouse=a call plug#begin('~/.vim/plugged') " git -Plug 'tpope/vim-fugitive' +Plug 'tpope/vim-fugitive', { 'tag': 'v3.2' } Plug 'airblade/vim-gitgutter' " tmux |