Skip to content

Commit

Permalink
Moved away from using submodules. Using git clone now instead (much e…
Browse files Browse the repository at this point in the history
…asier to manage)
  • Loading branch information
amix committed Aug 16, 2012
1 parent e19bf41 commit 970842f
Show file tree
Hide file tree
Showing 21 changed files with 59 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This vimrc even works on Windows!

I recommend reading the docs of these plugins to understand them better. Each of them provide a much better Vim experience!

* [pathogen.vim](https://github.com/tpope/vim-pathogen): Manages the runtime path of the plugins (this and git submodules)
* [pathogen.vim](https://github.com/tpope/vim-pathogen): Manages the runtime path of the plugins
* [YankRing](https://github.com/vim-scripts/YankRing.vim): Maintains a history of previous yanks, changes and deletes
* [snipMate.vim](https://github.com/garbas/vim-snipmate): snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim
* [bufexplorer.zip](https://github.com/vim-scripts/bufexplorer.zip): Buffer Explorer / Browser. This plugin can be opened with `<leader+o>`
Expand Down
2 changes: 0 additions & 2 deletions install_awesome_vimrc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
cd ~/.vim_runtime
git submodule init
git submodule update

echo 'set runtimepath+=~/.vim_runtime
Expand Down
1 change: 1 addition & 0 deletions sources_colors/mayansmoke
Submodule mayansmoke added at 168883
1 change: 1 addition & 0 deletions sources_colors/vim-colors-solarized
Submodule vim-colors-solarized added at 528a59
1 change: 1 addition & 0 deletions sources_colors/vim-pyte
Submodule vim-pyte added at a1071f
40 changes: 40 additions & 0 deletions sources_forked/yankring/doc/tags
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
YRClear yankring.txt /*YRClear*
YRClear-example yankring.txt /*YRClear-example*
YRDeleteRange yankring.txt /*YRDeleteRange*
YRGetElem yankring.txt /*YRGetElem*
YRGetMultiple yankring.txt /*YRGetMultiple*
YRGetMultiple-example yankring.txt /*YRGetMultiple-example*
YRMapsCreate yankring.txt /*YRMapsCreate*
YRMapsDelete yankring.txt /*YRMapsDelete*
YRPaste yankring.txt /*YRPaste*
YRPop yankring.txt /*YRPop*
YRPop-example yankring.txt /*YRPop-example*
YRPush yankring.txt /*YRPush*
YRPush-example yankring.txt /*YRPush-example*
YRReplace yankring.txt /*YRReplace*
YRReplace-example yankring.txt /*YRReplace-example*
YRSearch yankring.txt /*YRSearch*
YRSearch-example yankring.txt /*YRSearch-example*
YRShow yankring.txt /*YRShow*
YRShow-example yankring.txt /*YRShow-example*
YRToggle yankring.txt /*YRToggle*
YRYankCount yankring.txt /*YRYankCount*
YRYankRange yankring.txt /*YRYankRange*
YRYankRange-example yankring.txt /*YRYankRange-example*
any-item-example yankring.txt /*any-item-example*
global-example yankring.txt /*global-example*
multiple-items-example yankring.txt /*multiple-items-example*
yankring yankring.txt /*yankring*
yankring-commands yankring.txt /*yankring-commands*
yankring-configure yankring.txt /*yankring-configure*
yankring-contents yankring.txt /*yankring-contents*
yankring-custom-maps yankring.txt /*yankring-custom-maps*
yankring-description yankring.txt /*yankring-description*
yankring-globals yankring.txt /*yankring-globals*
yankring-history yankring.txt /*yankring-history*
yankring-mappings yankring.txt /*yankring-mappings*
yankring-tutorial yankring.txt /*yankring-tutorial*
yankring-visual-example yankring.txt /*yankring-visual-example*
yankring-window yankring.txt /*yankring-window*
yankring-window-example yankring.txt /*yankring-window-example*
yankring.txt yankring.txt /*yankring.txt*
1 change: 1 addition & 0 deletions sources_misc/vim-bundle-mako
Submodule vim-bundle-mako added at fb8387
1 change: 1 addition & 0 deletions sources_misc/vim-less
Submodule vim-less added at d60501
1 change: 1 addition & 0 deletions sources_misc/vim-markdown
Submodule vim-markdown added at dcdab0
1 change: 1 addition & 0 deletions sources_plugins/ack.vim
Submodule ack.vim added at 989528
1 change: 1 addition & 0 deletions sources_plugins/bufexplorer.zip
Submodule bufexplorer.zip added at 8c75e6
1 change: 1 addition & 0 deletions sources_plugins/ctrlp.vim
Submodule ctrlp.vim added at 6ddbfe
1 change: 1 addition & 0 deletions sources_plugins/nerdtree
Submodule nerdtree added at a1433c
1 change: 1 addition & 0 deletions sources_plugins/open_file_under_cursor.vim
Submodule open_file_under_cursor.vim added at 248da7
1 change: 1 addition & 0 deletions sources_plugins/snipmate-snippets
Submodule snipmate-snippets added at c07a58
1 change: 1 addition & 0 deletions sources_plugins/tlib
Submodule tlib added at ddeeaa
1 change: 1 addition & 0 deletions sources_plugins/vim-addon-mw-utils
Submodule vim-addon-mw-utils added at a1b611
1 change: 1 addition & 0 deletions sources_plugins/vim-powerline
Submodule vim-powerline added at 20ab08
1 change: 1 addition & 0 deletions sources_plugins/vim-snipmate
Submodule vim-snipmate added at b42f80
1 change: 1 addition & 0 deletions sources_plugins/vim-snippets
Submodule vim-snippets added at fc045e
1 change: 1 addition & 0 deletions sources_plugins/vim-surround
Submodule vim-surround added at 1a73f6

0 comments on commit 970842f

Please sign in to comment.