1
0
mirror of https://github.com/amix/vimrc synced 2025-06-30 03:44:59 +08:00

Moved away from using submodules. Using git clone now instead (much easier to manage)

This commit is contained in:
amix
2012-08-15 23:19:21 -04:00
parent e19bf41de0
commit 970842f66e
21 changed files with 59 additions and 3 deletions

View File

@ -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! 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 * [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 * [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>` * [bufexplorer.zip](https://github.com/vim-scripts/bufexplorer.zip): Buffer Explorer / Browser. This plugin can be opened with `<leader+o>`

View File

@ -1,6 +1,4 @@
cd ~/.vim_runtime cd ~/.vim_runtime
git submodule init
git submodule update
echo 'set runtimepath+=~/.vim_runtime echo 'set runtimepath+=~/.vim_runtime

Submodule sources_colors/mayansmoke added at 168883af7a

Submodule sources_colors/vim-colors-solarized added at 528a59f26d

Submodule sources_colors/vim-pyte added at a1071f3065

View File

@ -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*

Submodule sources_misc/vim-bundle-mako added at fb8387fd06

1
sources_misc/vim-less Submodule

Submodule sources_misc/vim-less added at d605010cab

Submodule sources_misc/vim-markdown added at dcdab0cd55

Submodule sources_plugins/ack.vim added at 9895285042

Submodule sources_plugins/bufexplorer.zip added at 8c75e65b64

Submodule sources_plugins/ctrlp.vim added at 6ddbfe2cc0

Submodule sources_plugins/nerdtree added at a1433c485e

Submodule sources_plugins/open_file_under_cursor.vim added at 248da77ebe

Submodule sources_plugins/snipmate-snippets added at c07a5808f7

1
sources_plugins/tlib Submodule

Submodule sources_plugins/tlib added at ddeeaa7a1d

Submodule sources_plugins/vim-addon-mw-utils added at a1b611ab22

Submodule sources_plugins/vim-powerline added at 20ab08c9a8

Submodule sources_plugins/vim-snipmate added at b42f80ff21

Submodule sources_plugins/vim-snippets added at fc045efcb6

Submodule sources_plugins/vim-surround added at 1a73f607f8