From 82ef876be9b347e7b2182e4ed84188c806150e7d Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 30 Jun 2023 15:55:11 +0500 Subject: vim: Add sh template and snippets --- files/.vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'files/.vimrc') 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 {{{ -- cgit v1.2.3