diff options
| author | Anton Bobov <anton@bobov.name> | 2023-06-30 15:55:11 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-06-30 15:55:11 +0500 |
| commit | 82ef876be9b347e7b2182e4ed84188c806150e7d (patch) | |
| tree | b8567f6aa24ffaab7d9ed54e5039a9e7a7a4107c /files/.vimrc | |
| parent | 12fb847d4e47001103332cd9695afe80f894371f (diff) | |
vim: Add sh template and snippets
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 {{{ |
