diff options
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/files/.vimrc b/files/.vimrc index 1df0cb4..a8619c8 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -12,7 +12,7 @@ Plug 'vim-scripts/L9' " Git inside vim Plug 'tpope/vim-fugitive' -Plug 'airblade/vim-gitgutter' +Plug 'airblade/vim-gitgutter', { 'branch': 'main' } Plug 'tpope/vim-unimpaired' " Intelligent date inc/dec @@ -447,7 +447,6 @@ if executable('xmlstarlet') endif command Jira %!pandoc --to=jira -command Mine %!to-html-fragment " }}} " Filetype {{{ " Vundle {{{ |
