Updated readme and added taglist

This commit is contained in:
Fergal Moran
2013-08-05 13:31:26 +01:00
parent e339e426c6
commit 84ec8d8206
2 changed files with 2 additions and 1 deletions

1
.vimrc
View File

@@ -25,6 +25,7 @@ Bundle 'tpope/vim-rails.git'
Bundle 'https://github.com/fholgado/minibufexpl.vim'
Bundle 'https://github.com/juvenn/mustache.vim'
Bundle 'https://github.com/godlygeek/tabular.git'
Bundle 'taglist.vim'
" vim-scripts repos
Bundle 'L9'
Bundle 'FuzzyFinder'

2
README
View File

@@ -2,7 +2,7 @@ My vim configuration
cd ~
git clone <repo> .vim
ln -s .vimrc ~/.vim/.vimrc
ln -s ~/.vim/.vimrc .vimrc
cd .vim
git submodule init