From b302c7a2e364d3d2c0c56bd6fdad3eedae6493df Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 29 Mar 2013 20:25:49 +1300 Subject: Add some tpope plugins I liked --- .gitmodules | 12 ++++++++++++ vim/bundle/capslock | 1 + vim/bundle/characterize | 1 + vim/bundle/obsession | 1 + vim/bundle/tbone | 1 + 5 files changed, 16 insertions(+) create mode 160000 vim/bundle/capslock create mode 160000 vim/bundle/characterize create mode 160000 vim/bundle/obsession create mode 160000 vim/bundle/tbone diff --git a/.gitmodules b/.gitmodules index 18125536..81628ef9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -62,3 +62,15 @@ path = vim/bundle/gundo url = git://github.com/sjl/gundo.vim.git ignore = dirty +[submodule "vim/bundle/tbone"] + path = vim/bundle/tbone + url = git://github.com/tpope/vim-tbone.git +[submodule "vim/bundle/characterize"] + path = vim/bundle/characterize + url = git://github.com/tpope/vim-characterize.git +[submodule "vim/bundle/obsession"] + path = vim/bundle/obsession + url = git://github.com/tpope/vim-obsession.git +[submodule "vim/bundle/capslock"] + path = vim/bundle/capslock + url = git://github.com/tpope/vim-capslock.git diff --git a/vim/bundle/capslock b/vim/bundle/capslock new file mode 160000 index 00000000..18f174e3 --- /dev/null +++ b/vim/bundle/capslock @@ -0,0 +1 @@ +Subproject commit 18f174e3a678ace4b71022534d3e02b326cd1fb6 diff --git a/vim/bundle/characterize b/vim/bundle/characterize new file mode 160000 index 00000000..d5ba6082 --- /dev/null +++ b/vim/bundle/characterize @@ -0,0 +1 @@ +Subproject commit d5ba608255810c8e748d1eb463c22c652e4f6eb8 diff --git a/vim/bundle/obsession b/vim/bundle/obsession new file mode 160000 index 00000000..3a9dfecb --- /dev/null +++ b/vim/bundle/obsession @@ -0,0 +1 @@ +Subproject commit 3a9dfecb99bc4461c807127099e7a820f6eb0e4b diff --git a/vim/bundle/tbone b/vim/bundle/tbone new file mode 160000 index 00000000..f9a553c3 --- /dev/null +++ b/vim/bundle/tbone @@ -0,0 +1 @@ +Subproject commit f9a553c344b09388d8ceb6125e88252a865afa2d -- cgit v1.2.3