Fixed .vimrc merge conflicts

This commit is contained in:
Fergal Moran
2013-09-26 23:24:06 +01:00
2 changed files with 18 additions and 0 deletions

4
.vimrc
View File

@@ -25,6 +25,9 @@ Bundle 'tpope/vim-rails.git'
Bundle 'https://github.com/fholgado/minibufexpl.vim'
Bundle 'https://github.com/juvenn/mustache.vim'
Bundle 'https://github.com/wincent/Command-T.git'
Bundle 'https://github.com/godlygeek/tabular.git'
Bundle 'taglist.vim'
" vim-scripts repos
Bundle 'L9'
Bundle 'FuzzyFinder'
@@ -89,3 +92,4 @@ set formatoptions+=2 " Use indent from 2nd line of a paragraph
set formatoptions+=l " Don't break lines that are already long
set formatoptions+=1 " Break before 1-letter words
colorscheme badwolf

14
README
View File

@@ -1 +1,15 @@
My vim configuration
cd ~
git clone <repo> .vim
ln -s ~/.vim/.vimrc .vimrc
cd .vim
git submodule init
git submodule update
vim
:BundleInstall
Huzzah!