vim: add vim-seek, easymotion and vim-ruby plugins

master
Guillaume DOTT 2013-01-29 11:20:30 +01:00
parent aeee7b7efe
commit 9727d7f061
1 changed files with 5 additions and 1 deletions

View File

@ -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