Skip to content

Commit

Permalink
should be working ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ehg committed Sep 12, 2011
1 parent c2872f5 commit 63a5d57
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 2 deletions.
36 changes: 36 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = git://git.wincent.com/command-t.git
[submodule "bundle/endwise"]
path = bundle/endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "bundle/ragtag"]
path = bundle/ragtag
url = https://github.com/tpope/vim-ragtag.git
[submodule "bundle/rails"]
path = bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/coffeescript"]
path = bundle/coffeescript
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/cucumber"]
path = bundle/cucumber
url = https://github.com/tpope/vim-cucumber.git
[submodule "bundle/haml"]
path = bundle/haml
url = https://github.com/tpope/vim-haml.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/rooter"]
path = bundle/rooter
url = https://github.com/airblade/vim-rooter.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
1 change: 1 addition & 0 deletions bundle/coffeescript
Submodule coffeescript added at 04568e
1 change: 1 addition & 0 deletions bundle/command-t
Submodule command-t added at 3c0dc0
1 change: 1 addition & 0 deletions bundle/cucumber
Submodule cucumber added at 2ef3e5
1 change: 1 addition & 0 deletions bundle/endwise
Submodule endwise added at 86e1d4
1 change: 1 addition & 0 deletions bundle/fugitive
Submodule fugitive added at 5f5c8d
1 change: 1 addition & 0 deletions bundle/haml
Submodule haml added at de3e72
1 change: 1 addition & 0 deletions bundle/markdown
Submodule markdown added at f3f96f
1 change: 1 addition & 0 deletions bundle/ragtag
Submodule ragtag added at bdc8b5
1 change: 1 addition & 0 deletions bundle/rails
Submodule rails added at b009f1
1 change: 1 addition & 0 deletions bundle/rooter
Submodule rooter added at 26b39e
1 change: 1 addition & 0 deletions bundle/surround
Submodule surround added at d9e6bf
1 change: 1 addition & 0 deletions bundle/tagbar
Submodule tagbar added at 3c0756
5 changes: 3 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ map <leader>tf :tabfirst<cr>
map <leader>tl :tablast<cr>
map <leader>tm :tabmove
" Uncomment to use Jamis Buck's file opening plugin
map <Leader>t :FuzzyFinderTextMate<Enter>
noremap <leader>o <Esc>:CommandT<CR>
noremap <leader>O <Esc>:CommandTFlush<CR>
noremap <leader>m <Esc>:CommandTBuffer<CR>
" Set ctrl space to autocomplete
inoremap <expr> <C-Space> pumvisible() \|\| &omnifunc == '' ?
Expand Down

0 comments on commit 63a5d57

Please sign in to comment.