vim: add vim-seek, easymotion and vim-ruby plugins
parent
aeee7b7efe
commit
9727d7f061
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue