Skip to content

Commit

Permalink
cleanup snipmate by using submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-wallis committed Jul 23, 2015
1 parent 7233c96 commit 3dc89ca
Show file tree
Hide file tree
Showing 38 changed files with 20 additions and 3,344 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
Expand Up @@ -25,3 +25,18 @@
[submodule ".vim/bundle/vim-puppet"]
path = .vim/bundle/vim-puppet
url = https://github.com/rodjek/vim-puppet.git
[submodule ".vim/bundle/vim-csharp"]
path = .vim/bundle/vim-csharp
url = https://github.com/OrangeT/vim-csharp
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/vim-addon-mw-utils"]
path = .vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule ".vim/bundle/vim-snipmate"]
path = .vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule ".vim/bundle/vim-snippets"]
path = .vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
40 changes: 0 additions & 40 deletions .vim/after/plugin/snipMate.vim

This file was deleted.

1 change: 0 additions & 1 deletion .vim/autoload/go

This file was deleted.

0 comments on commit 3dc89ca

Please sign in to comment.