From 6f8ef94add4794df4d42fa9f4aeac193d3506f07 Mon Sep 17 00:00:00 2001 From: Matthew Fallshaw Date: Sun, 19 May 2019 11:31:13 +1000 Subject: [PATCH] vim-autoswap Please Vim, stop with these swap file messages --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index 000d48f..a4c734f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -186,6 +186,7 @@ Plug 'xolox/vim-easytags' " TODO: find something better than this Plug 'rizzatti/dash.vim' " Dash.app integration Plug 'vim-airline/vim-airline' " vim modeline decorations Plug 'airblade/vim-gitgutter' " Shows a git diff in the gutter (sign column) and stages/undoes hunks +Plug 'gioele/vim-autoswap' " Please Vim, stop with these swap file messages " input Plug 'jiangmiao/auto-pairs'