directionalwindowsresizer added, very useful
This commit is contained in:
parent
721cec2397
commit
d63d412fde
1 changed files with 3 additions and 0 deletions
3
vimrc
3
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 ...
|
||||
|
|
Loading…
Reference in a new issue