From c1a383828531c4f9ca1cea492a4d224355331eec Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sat, 7 Apr 2018 16:13:06 +0100 Subject: [PATCH] switch.vim --- vimrc.plugins.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vimrc.plugins.vim b/vimrc.plugins.vim index da3be3d..7835f28 100644 --- a/vimrc.plugins.vim +++ b/vimrc.plugins.vim @@ -87,6 +87,9 @@ Plugin 'tpope/vim-dispatch' " colorV " https://github.com/gu-fan/colorv.vim Plugin 'gu-fan/colorv.vim' +" vim switch +"https://github.com/AndrewRadev/switch.vim +Plugin 'AndrewRadev/switch.vim' " All of your Plugins must be added before the following line call vundle#end() " required @@ -98,6 +101,9 @@ filetype plugin indent on " required " #plugin settings{{{ +" switch.vim +let g:switch_mapping = '-' + " vim-hardtime let g:hardtime_default_on = 1 let g:hardtime_showmsg = 1