Skip to content

Commit

Permalink
Updated README.md to include instructions for the installation of plu…
Browse files Browse the repository at this point in the history
…gins via

Vundle.

Added bundle/* to .gitignore removing all plugins from version control

Removed nerdtree-project-plugin from vimrc Vundle plugin list and deleted
bundle/nerdtree-project-plugin.
  • Loading branch information
Anthony Burton committed Mar 6, 2016
1 parent 99a1547 commit 209fd5c
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ undofiles/*
projects/*
.netrwhist
UltiSnips/*
bundle/*
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -22,9 +22,11 @@ Installation
Clone the repo:
`git clone https://github.com/scrooloose/vimfiles.git ~/.vim`

Grab the plugin submodules:
`cd ~/.vim && git submodule init && git submodule update`
Grab Vundles:
`git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`

Install Plugins
`vim +PluginInstall +qall`

Make sure vim finds the vimrc file by either symlinking it:
`ln -s ~/.vim/vimrc ~/.vimrc`
Expand Down
1 change: 0 additions & 1 deletion bundle/Vundle.vim
Submodule Vundle.vim deleted from 5f70ae
1 change: 0 additions & 1 deletion bundle/YankRing.vim
Submodule YankRing.vim deleted from 28854a
1 change: 0 additions & 1 deletion bundle/bufexplorer
Submodule bufexplorer deleted from ad2cff
1 change: 0 additions & 1 deletion bundle/csapprox
Submodule csapprox deleted from 7981da
1 change: 0 additions & 1 deletion bundle/ctrlp.vim
Submodule ctrlp.vim deleted from 564176
1 change: 0 additions & 1 deletion bundle/nerdcommenter
Submodule nerdcommenter deleted from 1f4bfd
1 change: 0 additions & 1 deletion bundle/nerdtree
Submodule nerdtree deleted from 2f8a72
1 change: 0 additions & 1 deletion bundle/nerdtree-git-plugin
Submodule nerdtree-git-plugin deleted from c793d7
1 change: 0 additions & 1 deletion bundle/nerdtree-project-plugin
Submodule nerdtree-project-plugin deleted from dd5452
1 change: 0 additions & 1 deletion bundle/rainbow_parentheses.vim
Submodule rainbow_parentheses.vim deleted from eb8baa
1 change: 0 additions & 1 deletion bundle/syntastic
Submodule syntastic deleted from 70c723
1 change: 0 additions & 1 deletion bundle/tagbar
Submodule tagbar deleted from 7b36c4
1 change: 0 additions & 1 deletion bundle/ultisnips
Submodule ultisnips deleted from c5a21c
1 change: 0 additions & 1 deletion bundle/undotree
Submodule undotree deleted from 74874d
1 change: 0 additions & 1 deletion bundle/vim-endwise
Submodule vim-endwise deleted from f06abe
1 change: 0 additions & 1 deletion bundle/vim-fugitive
Submodule vim-fugitive deleted from 1ecd12
1 change: 0 additions & 1 deletion bundle/vim-indexed-search
Submodule vim-indexed-search deleted from 86533d
1 change: 0 additions & 1 deletion bundle/vim-rails
Submodule vim-rails deleted from e25769
1 change: 0 additions & 1 deletion bundle/vim-snippets
Submodule vim-snippets deleted from a6d9f6
1 change: 0 additions & 1 deletion bundle/vim-surround
Submodule vim-surround deleted from 2d0544
4 changes: 2 additions & 2 deletions vimrc
Expand Up @@ -27,7 +27,6 @@ Plugin 'mbbill/undotree'
Plugin 'vim-scripts/YankRing.vim'
Plugin 'majutsushi/tagbar'
Plugin 'kien/rainbow_parentheses.vim'
Plugin 'file:///home/marty/projects/nerdtree-project-plugin/'

"All of your Plugins must be added before the following line
call vundle#end()
Expand Down Expand Up @@ -97,7 +96,7 @@ set mouse=a
set ttymouse=xterm2

"tell the term has 256 colors
set t_Co=256
"set t_Co=256

colorscheme github

Expand Down Expand Up @@ -376,3 +375,4 @@ function s:ActivateRainbowParens() abort
RainbowParenthesesLoadSquare
RainbowParenthesesLoadBraces
endfunction

0 comments on commit 209fd5c

Please sign in to comment.