Skip to content

Commit

Permalink
Merge branch 'release/v1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
edentsai committed Oct 4, 2015
2 parents 62a3d91 + 4a033a5 commit 3a7947b
Show file tree
Hide file tree
Showing 100 changed files with 2,059 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Ignore Max OSX files.
.DS_Store
Thumbs.db

# Ignore plugins' files
/bundles
/bundles/.neobundle
/bundles/NeoBundle.lock
/tmp/yankring_history_v2.txt
252 changes: 252 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
[submodule "bundles/ag.vim"]
path = bundles/ag.vim
url = https://github.com/rking/ag.vim
[submodule "bundles/clever-f.vim"]
path = bundles/clever-f.vim
url = https://github.com/rhysd/clever-f.vim
[submodule "bundles/csv.vim"]
path = bundles/csv.vim
url = https://github.com/chrisbra/csv.vim
[submodule "bundles/ctrlp.vim"]
path = bundles/ctrlp.vim
url = https://github.com/kien/ctrlp.vim
[submodule "bundles/emmet-vim"]
path = bundles/emmet-vim
url = https://github.com/mattn/emmet-vim
[submodule "bundles/extended-molokai"]
path = bundles/extended-molokai
url = https://github.com/edentsai/extended-molokai
[submodule "bundles/html-textobjects"]
path = bundles/html-textobjects
url = https://github.com/mjbrownie/html-textobjects
[submodule "bundles/html5-syntax.vim"]
path = bundles/html5-syntax.vim
url = https://github.com/othree/html5-syntax.vim
[submodule "bundles/html5.vim"]
path = bundles/html5.vim
url = https://github.com/othree/html5.vim
[submodule "bundles/increment-activator"]
path = bundles/increment-activator
url = https://github.com/nishigori/increment-activator
[submodule "bundles/incsearch.vim"]
path = bundles/incsearch.vim
url = https://github.com/haya14busa/incsearch.vim
[submodule "bundles/MatchTag"]
path = bundles/MatchTag
url = https://github.com/gregsexton/MatchTag
[submodule "bundles/neobundle.vim"]
path = bundles/neobundle.vim
url = https://github.com/Shougo/neobundle.vim
[submodule "bundles/neocomplete.vim"]
path = bundles/neocomplete.vim
url = https://github.com/Shougo/neocomplete.vim
[submodule "bundles/nerdtree"]
path = bundles/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "bundles/php.vim"]
path = bundles/php.vim
url = https://github.com/StanAngeloff/php.vim
[submodule "bundles/phpcomplete.vim"]
path = bundles/phpcomplete.vim
url = https://github.com/shawncplus/phpcomplete.vim
[submodule "bundles/phpfolding.vim"]
path = bundles/phpfolding.vim
url = https://github.com/rayburgemeestre/phpfolding.vim
[submodule "bundles/promptline.vim"]
path = bundles/promptline.vim
url = https://github.com/edkolev/promptline.vim
[submodule "bundles/supertab"]
path = bundles/supertab
url = https://github.com/ervandew/supertab
[submodule "bundles/syntastic"]
path = bundles/syntastic
url = https://github.com/scrooloose/syntastic
[submodule "bundles/tabular"]
path = bundles/tabular
url = https://github.com/godlygeek/tabular
[submodule "bundles/tagbar"]
path = bundles/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "bundles/tagbar-phpctags.vim"]
path = bundles/tagbar-phpctags.vim
url = https://github.com/vim-php/tagbar-phpctags.vim
[submodule "bundles/textobj-wiw"]
path = bundles/textobj-wiw
url = https://github.com/h1mesuke/textobj-wiw
[submodule "bundles/tlib_vim"]
path = bundles/tlib_vim
url = https://github.com/tomtom/tlib_vim
[submodule "bundles/tmuxline.vim"]
path = bundles/tmuxline.vim
url = https://github.com/edkolev/tmuxline.vim
[submodule "bundles/ultisnips"]
path = bundles/ultisnips
url = https://github.com/SirVer/ultisnips
[submodule "bundles/undotree"]
path = bundles/undotree
url = https://github.com/mbbill/undotree
[submodule "bundles/YankRing.vim"]
path = bundles/YankRing.vim
url = https://github.com/vim-scripts/YankRing.vim
[submodule "bundles/vim-addon-mw-utils"]
path = bundles/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils
[submodule "bundles/vim-airline"]
path = bundles/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundles/vim-asterisk"]
path = bundles/vim-asterisk
url = https://github.com/haya14busa/vim-asterisk
[submodule "bundles/vim-bufferline"]
path = bundles/vim-bufferline
url = https://github.com/bling/vim-bufferline
[submodule "bundles/vim-commentary"]
path = bundles/vim-commentary
url = https://github.com/tpope/vim-commentary
[submodule "bundles/vim-css-color"]
path = bundles/vim-css-color
url = https://github.com/ap/vim-css-color
[submodule "bundles/vim-css3-syntax"]
path = bundles/vim-css3-syntax
url = https://github.com/hail2u/vim-css3-syntax
[submodule "bundles/vim-diff-enhanced"]
path = bundles/vim-diff-enhanced
url = https://github.com/chrisbra/vim-diff-enhanced
[submodule "bundles/vim-easy-align"]
path = bundles/vim-easy-align
url = https://github.com/junegunn/vim-easy-align
[submodule "bundles/vim-easymotion"]
path = bundles/vim-easymotion
url = https://github.com/easymotion/vim-easymotion
[submodule "bundles/vim-expand-region"]
path = bundles/vim-expand-region
url = https://github.com/terryma/vim-expand-region
[submodule "bundles/vim-fugitive"]
path = bundles/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "bundles/vim-indent-guides"]
path = bundles/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides
[submodule "bundles/vim-indentwise"]
path = bundles/vim-indentwise
url = https://github.com/jeetsukumaran/vim-indentwise
[submodule "bundles/vim-interestingwords"]
path = bundles/vim-interestingwords
url = https://github.com/vasconcelloslf/vim-interestingwords
[submodule "bundles/vim-javascript"]
path = bundles/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "bundles/vim-json"]
path = bundles/vim-json
url = https://github.com/elzr/vim-json
[submodule "bundles/vim-markdown"]
path = bundles/vim-markdown
url = https://github.com/tpope/vim-markdown
[submodule "bundles/vim-matchit"]
path = bundles/vim-matchit
url = https://github.com/edsono/vim-matchit
[submodule "bundles/vim-multiple-cursors"]
path = bundles/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
[submodule "bundles/vim-ragtag"]
path = bundles/vim-ragtag
url = https://github.com/tpope/vim-ragtag
[submodule "bundles/vim-repeat"]
path = bundles/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule "bundles/vim-signature"]
path = bundles/vim-signature
url = https://github.com/kshenoy/vim-signature
[submodule "bundles/vim-signify"]
path = bundles/vim-signify
url = https://github.com/mhinz/vim-signify
[submodule "bundles/vim-snipmate"]
path = bundles/vim-snipmate
url = https://github.com/garbas/vim-snipmate
[submodule "bundles/vim-snippets"]
path = bundles/vim-snippets
url = https://github.com/honza/vim-snippets
[submodule "bundles/vim-speeddating"]
path = bundles/vim-speeddating
url = https://github.com/tpope/vim-speeddating
[submodule "bundles/vim-startify"]
path = bundles/vim-startify
url = https://github.com/mhinz/vim-startify
[submodule "bundles/vim-surround"]
path = bundles/vim-surround
url = https://github.com/tpope/vim-surround
[submodule "bundles/vim-textobj-between"]
path = bundles/vim-textobj-between
url = https://github.com/thinca/vim-textobj-between
[submodule "bundles/vim-textobj-comment"]
path = bundles/vim-textobj-comment
url = https://github.com/thinca/vim-textobj-comment
[submodule "bundles/vim-textobj-datetime"]
path = bundles/vim-textobj-datetime
url = https://github.com/kana/vim-textobj-datetime
[submodule "bundles/vim-textobj-diff"]
path = bundles/vim-textobj-diff
url = https://github.com/kana/vim-textobj-diff
[submodule "bundles/vim-textobj-entire"]
path = bundles/vim-textobj-entire
url = https://github.com/kana/vim-textobj-entire
[submodule "bundles/vim-textobj-fold"]
path = bundles/vim-textobj-fold
url = https://github.com/kana/vim-textobj-fold
[submodule "bundles/vim-textobj-function"]
path = bundles/vim-textobj-function
url = https://github.com/kana/vim-textobj-function
[submodule "bundles/vim-textobj-function-javascript"]
path = bundles/vim-textobj-function-javascript
url = https://github.com/thinca/vim-textobj-function-javascript
[submodule "bundles/vim-textobj-indent"]
path = bundles/vim-textobj-indent
url = https://github.com/kana/vim-textobj-indent
[submodule "bundles/vim-textobj-keyvalue"]
path = bundles/vim-textobj-keyvalue
url = https://github.com/vimtaku/vim-textobj-keyvalue
[submodule "bundles/vim-textobj-lastpat"]
path = bundles/vim-textobj-lastpat
url = https://github.com/kana/vim-textobj-lastpat
[submodule "bundles/vim-textobj-line"]
path = bundles/vim-textobj-line
url = https://github.com/kana/vim-textobj-line
[submodule "bundles/vim-textobj-parameter"]
path = bundles/vim-textobj-parameter
url = https://github.com/sgur/vim-textobj-parameter
[submodule "bundles/vim-textobj-php"]
path = bundles/vim-textobj-php
url = https://github.com/akiyan/vim-textobj-php
[submodule "bundles/vim-textobj-space"]
path = bundles/vim-textobj-space
url = https://github.com/saihoooooooo/vim-textobj-space
[submodule "bundles/vim-textobj-syntax"]
path = bundles/vim-textobj-syntax
url = https://github.com/kana/vim-textobj-syntax
[submodule "bundles/vim-textobj-underscore"]
path = bundles/vim-textobj-underscore
url = https://github.com/kana/vim-textobj-underscore
[submodule "bundles/vim-textobj-url"]
path = bundles/vim-textobj-url
url = https://github.com/mattn/vim-textobj-url
[submodule "bundles/vim-textobj-user"]
path = bundles/vim-textobj-user
url = https://github.com/kana/vim-textobj-user
[submodule "bundles/vim-textobj-xml-attribute"]
path = bundles/vim-textobj-xml-attribute
url = https://github.com/akiyan/vim-textobj-xml-attribute
[submodule "bundles/vim-tmux"]
path = bundles/vim-tmux
url = https://github.com/vimez/vim-tmux
[submodule "bundles/vim-unimpaired"]
path = bundles/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired
[submodule "bundles/vimproc.vim"]
path = bundles/vimproc.vim
url = https://github.com/Shougo/vimproc.vim
[submodule "bundles/winresizer"]
path = bundles/winresizer
url = https://github.com/jimsei/winresizer
[submodule "bundles/xterm-color-table.vim"]
path = bundles/xterm-color-table.vim
url = https://github.com/guns/xterm-color-table.vim
Empty file added UltiSnips/.gitkeep
Empty file.
Loading

0 comments on commit 3a7947b

Please sign in to comment.