From 9727d7f061b7793096f66d3669780b104509ce60 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Tue, 29 Jan 2013 11:20:30 +0100 Subject: [PATCH] vim: add vim-seek, easymotion and vim-ruby plugins --- vim/vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 29e38b3..b627afa 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -14,6 +14,7 @@ if filereadable(expand("$HOME/.vim/bundle/vundle/README.md")) Bundle 'xolox/vim-session' Bundle 'tpope/vim-rails' + Bundle 'vim-ruby/vim-ruby' Bundle 'tpope/vim-markdown' Bundle "garbas/vim-snipmate" @@ -22,6 +23,9 @@ if filereadable(expand("$HOME/.vim/bundle/vundle/README.md")) Bundle "tomtom/tlib_vim" Bundle "honza/snipmate-snippets" + Bundle 'goldfeld/vim-seek' + Bundle 'Lokaltog/vim-easymotion' + Bundle 'Gundo' Bundle 'The-NERD-tree' Bundle 'The-NERD-Commenter' @@ -39,7 +43,7 @@ colorscheme desert set relativenumber set showmode set expandtab -set shiftwidth=4 +set shiftwidth=2 set smarttab set autoindent