diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-06-08 17:00:17 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-06-08 17:00:17 +0100 |
commit | 7547ef3e1521e1afb2406f18728312a44684d27e (patch) | |
tree | d1904dd318b15686a6b9674499382bfabd257fc0 /vim | |
parent | 368dfd19f18bb82a9c67abeb454d45ea5384febc (diff) |
Add vim-apathy
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 <expr> #!! "#!/usr/bin/env" . (empty(&filetype) ? '' : ' '.&filetype " Spell inoremap <c-s> <esc>1z=eA +" Unimpaired +nmap co =o + " }}} "" Colorscheme {{{ function! SaveColo(...) |