Skip to content

Commit

Permalink
Add langs
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Jun 15, 2012
1 parent 01ae4de commit a1af439
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 18 deletions.
80 changes: 62 additions & 18 deletions .gitmodules
Expand Up @@ -9,21 +9,21 @@
url = https://github.com/xlevus/vim-web-indent.git

# Plugins
[submodule "plugins/ack"]
path = plugins/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "plugins/css-color"]
path = plugins/css-color
url = https://github.com/ap/vim-css-color.git
[submodule "plugins/ctrlp"]
path = plugins/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "plugins/fugitive"]
path = plugins/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "plugins/gist"]
path = plugins/gist
url = https://github.com/mattn/gist-vim.git
[submodule "plugins/rails"]
path = plugins/rails
url = https://github.com/tpope/vim-rails.git
[submodule "plugins/ruby"]
path = plugins/ruby
url = https://github.com/vim-ruby/vim-ruby
[submodule "plugins/webapi"]
path = plugins/webapi
url = https://github.com/mattn/webapi-vim.git
[submodule "plugins/matchit"]
path = plugins/matchit
url = https://github.com/edsono/vim-matchit.git
Expand All @@ -33,18 +33,62 @@
[submodule "plugins/syntastic"]
path = plugins/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "plugins/ack"]
path = plugins/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "plugins/css-color"]
path = plugins/css-color
url = https://github.com/ap/vim-css-color.git
[submodule "plugins/ctrlp"]
path = plugins/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "plugins/unimpaired"]
path = plugins/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "plugins/webapi"]
path = plugins/webapi
url = https://github.com/mattn/webapi-vim.git
[submodule "plugins/zoomwin"]
path = plugins/zoomwin
url = https://github.com/vim-scripts/ZoomWin.git

# Langs
[submodule "langs/arduino"]
path = langs/arduino
url = https://github.com/vim-scripts/Arduino-syntax-file.git
[submodule "langs/coffeescript"]
path = langs/coffeescript
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "langs/csv"]
path = langs/csv
url = https://github.com/vim-scripts/csv.vim.git
[submodule "langs/cucumber"]
path = langs/cucumber
url = https://github.com/tpope/vim-cucumber.git
[submodule "langs/git"]
path = langs/git
url = https://github.com/tpope/vim-git.git
[submodule "langs/haml"]
path = langs/haml
url = https://github.com/tpope/vim-haml.git
[submodule "langs/handlebars"]
path = langs/handlebars
url = https://github.com/nono/vim-handlebars.git
[submodule "langs/javascript"]
path = langs/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "langs/markdown"]
path = langs/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "langs/nodejs"]
path = langs/nodejs
url = https://github.com/mmalecki/vim-node.js.git
[submodule "langs/rails"]
path = langs/rails
url = https://github.com/tpope/vim-rails.git
[submodule "langs/rspec"]
path = langs/rspec
url = https://github.com/skwp/vim-rspec.git
[submodule "langs/ruby"]
path = langs/ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "langs/scala"]
path = langs/scala
url = https://github.com/rosstimson/scala-vim-support.git
[submodule "langs/scss"]
path = langs/scss
url = https://github.com/cakebaker/scss-syntax.vim.git
[submodule "langs/textile"]
path = langs/textile
url = https://github.com/timcharper/textile.vim.git
1 change: 1 addition & 0 deletions langs/arduino
Submodule arduino added at e6b3fa
1 change: 1 addition & 0 deletions langs/coffeescript
Submodule coffeescript added at d6dcb9
1 change: 1 addition & 0 deletions langs/csv
Submodule csv added at 5f4654
1 change: 1 addition & 0 deletions langs/cucumber
Submodule cucumber added at 811271
1 change: 1 addition & 0 deletions langs/git
Submodule git added at 3d31cb
1 change: 1 addition & 0 deletions langs/haml
Submodule haml added at 6284c1
1 change: 1 addition & 0 deletions langs/handlebars
Submodule handlebars added at f4a83a
1 change: 1 addition & 0 deletions langs/javascript
Submodule javascript added at 827c47
1 change: 1 addition & 0 deletions langs/markdown
Submodule markdown added at 3a9915
1 change: 1 addition & 0 deletions langs/nodejs
Submodule nodejs added at 0b5146
1 change: 1 addition & 0 deletions langs/rspec
Submodule rspec added at 4a948b
Submodule ruby updated from 000000 to 34a086
1 change: 1 addition & 0 deletions langs/scala
Submodule scala added at f11f37
1 change: 1 addition & 0 deletions langs/scss
Submodule scss added at 07ceac
1 change: 1 addition & 0 deletions langs/textile
Submodule textile added at 2f831f

0 comments on commit a1af439

Please sign in to comment.