From d63d412fded6bcef530eb86efc70848d4a006bdb Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 13 Nov 2014 16:40:09 +0300 Subject: [PATCH] directionalwindowsresizer added, very useful --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 8b22541..2e607fb 100644 --- a/vimrc +++ b/vimrc @@ -54,6 +54,7 @@ if v:version >= 703 Plugin 'gmarik/Vundle.vim' "plugin manager " general plugins + " from github.com Plugin 'bling/vim-airline' "stylish info display Plugin 'bling/vim-bufferline' "stylish buffer display Plugin 'jeetsukumaran/vim-buffergator' "buffer management @@ -67,6 +68,8 @@ if v:version >= 703 Plugin 'tpope/vim-fugitive' "git awesomeness Plugin 'tpope/vim-surround' "quotes replacement made easy Plugin 'tpope/vim-tbone' "tmux support + " from vim.sf.net + Plugin 'directionalWindowResizer' "resize windows with simple hotkeys Plugin 'vcscommand.vim' "shortcuts for vcs " colorscheme ...