Commit c865890
Changed files (29)
bundle/langs/coffeescript → pack/plugins/start/coffeescript
File renamed without changes
bundle/langs/csv → pack/plugins/start/csv
File renamed without changes
bundle/langs/cucumber → pack/plugins/start/cucumber
File renamed without changes
bundle/langs/dart → pack/plugins/start/dart
File renamed without changes
bundle/langs/elixir → pack/plugins/start/exlixir
File renamed without changes
bundle/tools/fugitive → pack/plugins/start/fugitive
File renamed without changes
pack/plugins/fzf → pack/plugins/start/fzf
File renamed without changes
bundle/tools/fzf.vim → pack/plugins/start/fzf.vim
File renamed without changes
bundle/langs/git → pack/plugins/start/git
File renamed without changes
bundle/langs/golang → pack/plugins/start/golang
File renamed without changes
bundle/langs/haml → pack/plugins/start/haml
File renamed without changes
bundle/colors/irblack → pack/plugins/start/irblack
File renamed without changes
bundle/langs/javascript → pack/plugins/start/javascript
File renamed without changes
bundle/langs/markdown → pack/plugins/start/markdown
File renamed without changes
bundle/langs/minitest → pack/plugins/start/minitest
File renamed without changes
bundle/tools/nerdcommenter → pack/plugins/start/nerdcommenter
File renamed without changes
bundle/tools/nerdtree → pack/plugins/start/nerdtree
File renamed without changes
bundle/langs/nodejs → pack/plugins/start/nodejs
File renamed without changes
bundle/langs/rails → pack/plugins/start/rails
File renamed without changes
bundle/langs/rspec → pack/plugins/start/rspec
File renamed without changes
bundle/langs/ruby → pack/plugins/start/ruby
File renamed without changes
bundle/langs/scss → pack/plugins/start/scss
File renamed without changes
bundle/tools/snipmate → pack/plugins/start/snipmate
File renamed without changes
bundle/tools/syntastic → pack/plugins/start/syntastic
File renamed without changes
bundle/tools/vim-addon-mw-utils → pack/plugins/start/vim-addon-mw-utils
File renamed without changes
bundle/tools/vim-snippets → pack/plugins/start/vim-snippets
File renamed without changes
bundle/tools/vimwiki → pack/plugins/start/vimwiki
File renamed without changes
bundle/tools/vroom → pack/plugins/start/vroom
File renamed without changes
.gitmodules
@@ -6,7 +6,7 @@
path = bundle/colors/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/colors/irblack"]
- path = bundle/colors/irblack
+ path = pack/plugins/start/irblack
url = https://github.com/twerth/ir_black.git
[submodule "bundle/colors/vividchalk"]
path = bundle/colors/vividchalk
@@ -35,16 +35,16 @@
path = bundle/langs/vim-vue
url = https://github.com/posva/vim-vue.git
[submodule "bundle/langs/haml"]
- path = bundle/langs/haml
+ path = pack/plugins/start/haml
url = https://github.com/tpope/vim-haml.git
[submodule "bundle/langs/javascript"]
- path = bundle/langs/javascript
+ path = pack/plugins/start/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/langs/cucumber"]
- path = bundle/langs/cucumber
+ path = pack/plugins/start/cucumber
url = https://github.com/tpope/vim-cucumber.git
[submodule "bundle/langs/markdown"]
- path = bundle/langs/markdown
+ path = pack/plugins/start/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/langs/puppet"]
path = bundle/langs/puppet
@@ -56,31 +56,31 @@
path = bundle/langs/handlebars
url = https://github.com/nono/vim-handlebars.git
[submodule "bundle/langs/coffeescript"]
- path = bundle/langs/coffeescript
+ path = pack/plugins/start/coffeescript
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/langs/rails"]
- path = bundle/langs/rails
+ path = pack/plugins/start/rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/langs/git"]
- path = bundle/langs/git
+ path = pack/plugins/start/git
url = https://github.com/tpope/vim-git.git
[submodule "bundle/langs/textile"]
path = bundle/langs/textile
url = https://github.com/timcharper/textile.vim.git
[submodule "bundle/langs/rspec"]
- path = bundle/langs/rspec
+ path = pack/plugins/start/rspec
url = https://github.com/skwp/vim-rspec.git
[submodule "bundle/langs/scss"]
- path = bundle/langs/scss
+ path = pack/plugins/start/scss
url = https://github.com/cakebaker/scss-syntax.vim.git
[submodule "bundle/langs/csv"]
- path = bundle/langs/csv
+ path = pack/plugins/start/csv
url = https://github.com/chrisbra/csv.vim.git
[submodule "bundle/langs/nodejs"]
- path = bundle/langs/nodejs
+ path = pack/plugins/start/nodejs
url = https://github.com/mmalecki/vim-node.js.git
[submodule "bundle/langs/ruby"]
- path = bundle/langs/ruby
+ path = pack/plugins/start/ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/langs/arduino"]
path = bundle/langs/arduino
@@ -98,13 +98,13 @@
path = bundle/langs/erlang
url = https://github.com/jimenezrick/vimerl.git
[submodule "bundle/langs/minitest"]
- path = bundle/langs/minitest
+ path = pack/plugins/start/minitest
url = https://github.com/sunaku/vim-ruby-minitest.git
[submodule "bundle/langs/clojure"]
path = bundle/langs/clojure
url = https://github.com/guns/vim-clojure-static.git
[submodule "bundle/langs/elixir"]
- path = bundle/langs/elixir
+ path = pack/plugins/start/exlixir
url = https://github.com/elixir-lang/vim-elixir.git
[submodule "bundle/langs/hive"]
path = bundle/langs/hive
@@ -115,7 +115,7 @@
path = bundle/tools/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "bundle/tools/nerdcommenter"]
- path = bundle/tools/nerdcommenter
+ path = pack/plugins/start/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/tools/supertab"]
path = bundle/tools/supertab
@@ -127,7 +127,7 @@
path = bundle/tools/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/tools/fugitive"]
- path = bundle/tools/fugitive
+ path = pack/plugins/start/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/tools/gundo"]
path = bundle/tools/gundo
@@ -136,22 +136,22 @@
path = bundle/tools/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/tools/snipmate"]
- path = bundle/tools/snipmate
+ path = pack/plugins/start/snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "bundle/tools/tlib"]
path = bundle/tools/tlib
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/tools/vim-addon-mw-utils"]
- path = bundle/tools/vim-addon-mw-utils
+ path = pack/plugins/start/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/tools/syntastic"]
- path = bundle/tools/syntastic
+ path = pack/plugins/start/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/tools/tagbar"]
path = bundle/tools/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "bundle/tools/nerdtree"]
- path = bundle/tools/nerdtree
+ path = pack/plugins/start/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/tools/indent-object"]
path = bundle/tools/indent-object
@@ -166,7 +166,7 @@
path = bundle/tools/gist
url = https://github.com/mattn/gist-vim.git
[submodule "bundle/tools/vimwiki"]
- path = bundle/tools/vimwiki
+ path = pack/plugins/start/vimwiki
url = https://github.com/vim-scripts/vimwiki.git
[submodule "bundle/tools/css-color"]
path = bundle/tools/css-color
@@ -187,7 +187,7 @@
path = bundle/tools/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/tools/vroom"]
- path = bundle/tools/vroom
+ path = pack/plugins/start/vroom
url = https://github.com/skalnik/vim-vroom.git
[submodule "bundle/tools/eunuch"]
path = bundle/tools/eunuch
@@ -196,7 +196,7 @@
path = bundle/tools/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/tools/vim-snippets"]
- path = bundle/tools/vim-snippets
+ path = pack/plugins/start/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "bundle/tools/dispatch"]
path = bundle/tools/dispatch
@@ -214,17 +214,17 @@
path = bundle/tools/vim-ruby-refactoring
url = git://github.com/ecomba/vim-ruby-refactoring.git
[submodule "bundle/langs/dart"]
- path = bundle/langs/dart
+ path = pack/plugins/start/dart
url = https://github.com/dart-lang/dart-vim-plugin.git
[submodule "bundle/tools/matchit"]
path = bundle/tools/matchit
url = https://github.com/tmhedberg/matchit.git
[submodule "bundle/tools/fzf"]
- path = pack/plugins/fzf
+ path = pack/plugins/start/fzf
url = https://github.com/junegunn/fzf
[submodule "bundle/tools/fzf.vim"]
- path = bundle/tools/fzf.vim
+ path = pack/plugins/start/fzf.vim
url = https://github.com/junegunn/fzf.vim
[submodule "bundle/langs/golang"]
- path = bundle/langs/golang
+ path = pack/plugins/start/golang
url = https://github.com/fatih/vim-go.git