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 'xolox/vim-session'
|
||||||
Bundle 'tpope/vim-rails'
|
Bundle 'tpope/vim-rails'
|
||||||
|
Bundle 'vim-ruby/vim-ruby'
|
||||||
Bundle 'tpope/vim-markdown'
|
Bundle 'tpope/vim-markdown'
|
||||||
|
|
||||||
Bundle "garbas/vim-snipmate"
|
Bundle "garbas/vim-snipmate"
|
||||||
|
@ -22,6 +23,9 @@ if filereadable(expand("$HOME/.vim/bundle/vundle/README.md"))
|
||||||
Bundle "tomtom/tlib_vim"
|
Bundle "tomtom/tlib_vim"
|
||||||
Bundle "honza/snipmate-snippets"
|
Bundle "honza/snipmate-snippets"
|
||||||
|
|
||||||
|
Bundle 'goldfeld/vim-seek'
|
||||||
|
Bundle 'Lokaltog/vim-easymotion'
|
||||||
|
|
||||||
Bundle 'Gundo'
|
Bundle 'Gundo'
|
||||||
Bundle 'The-NERD-tree'
|
Bundle 'The-NERD-tree'
|
||||||
Bundle 'The-NERD-Commenter'
|
Bundle 'The-NERD-Commenter'
|
||||||
|
@ -39,7 +43,7 @@ colorscheme desert
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set showmode
|
set showmode
|
||||||
set expandtab
|
set expandtab
|
||||||
set shiftwidth=4
|
set shiftwidth=2
|
||||||
set smarttab
|
set smarttab
|
||||||
|
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
Loading…
Reference in New Issue