.vimrc: Bundle 'vim-tags'

This commit is contained in:
Kolan Sh 2013-02-28 12:13:44 +04:00
parent 3929458462
commit 1f94e77f04
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -150,6 +150,7 @@ Bundle 'tpope/vim-fugitive'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
Bundle 'tpope/vim-rails.git'
Bundle 'vim-tags'
" vim-scripts repos
Bundle 'L9'
Bundle 'FuzzyFinder'