Skip to content

Commit

Permalink
Update a bunch of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Jan 16, 2016
1 parent 2d7241a commit b7fa3bb
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 544 deletions.
15 changes: 9 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/corntrace/bufexplorer.git
[submodule "bundle/indent-guides"]
path = bundle/indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
Expand Down Expand Up @@ -166,12 +163,18 @@
[submodule "bundle/python-syntax"]
path = bundle/python-syntax
url = https://github.com/hdima/python-syntax.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "bundle/hexmode"]
path = bundle/hexmode
url = https://github.com/fidian/hexmode
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/tpope/vim-markdown
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/jlanzarotta/bufexplorer
[submodule "bundle/protobuf"]
path = bundle/protobuf
url = https://github.com/uarun/vim-protobuf
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go
2 changes: 1 addition & 1 deletion bundle/bufexplorer
2 changes: 1 addition & 1 deletion bundle/nerdcommenter
1 change: 1 addition & 0 deletions bundle/protobuf
Submodule protobuf added at 3d32dd
1 change: 0 additions & 1 deletion filetype.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ augroup filetypedetect
au BufNewFile,BufRead Vagrantfile setfiletype ruby
au BufNewFile,BufRead *.rl setfiletype ragel
au BufNewFile,BufRead *.oct setfiletype octave
au BufNewFile,BufRead *.s setfiletype asm
au BufNewFile,BufRead *.tpl setfiletype gotexttmpl
augroup END
91 changes: 0 additions & 91 deletions syntax/proto.vim

This file was deleted.

Loading

0 comments on commit b7fa3bb

Please sign in to comment.