Skip to content

Commit

Permalink
Added a bunch of stuff!
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed Feb 5, 2012
1 parent a05fec9 commit e100781
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/shim"]
path = bundle/shim
url = https://github.com/vim-scripts/Superior-Haskell-Interaction-Mode-SHIM.git
[submodule "bundle/vimwiki"]
path = bundle/vimwiki
url = https://github.com/vim-scripts/vimwiki.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
1 change: 1 addition & 0 deletions bundle/shim
Submodule shim added at 1a5f97
1 change: 1 addition & 0 deletions bundle/surround
Submodule surround added at 4eb2cd
1 change: 1 addition & 0 deletions bundle/vimwiki
Submodule vimwiki added at 84297c
1 change: 1 addition & 0 deletions plugin/vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ set notitle
set tabstop=4
set shiftwidth=4
set softtabstop=4
set bs=2
set expandtab

" encoding...
Expand Down

0 comments on commit e100781

Please sign in to comment.