From 7547ef3e1521e1afb2406f18728312a44684d27e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 8 Jun 2018 17:00:17 +0100 Subject: Add vim-apathy --- vim/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim') diff --git a/vim/.vimrc b/vim/.vimrc index 72ca6d7..09a84f0 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -48,6 +48,7 @@ Plug 'tommcdo/vim-exchange' Plug 'tommcdo/vim-ninja-feet' Plug 'ton/vim-bufsurf' Plug 'tpope/vim-abolish' +Plug 'tpope/vim-apathy' Plug 'tpope/vim-commentary' Plug 'tpope/vim-dispatch' Plug 'tpope/vim-eunuch' @@ -388,6 +389,9 @@ inoreabbrev #!! "#!/usr/bin/env" . (empty(&filetype) ? '' : ' '.&filetype " Spell inoremap 1z=eA +" Unimpaired +nmap co =o + " }}} "" Colorscheme {{{ function! SaveColo(...) -- cgit v1.2.3