From f169828a32c38e274af29be4a3ac68a46d401a30 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 11 May 2014 10:59:06 -0400 Subject: Add camelcasemotion plugin For moving inside camelCased and under_scored words. --- .gitmodules | 4 ++++ bundle/camelcasemotion | 1 + 2 files changed, 5 insertions(+) create mode 160000 bundle/camelcasemotion diff --git a/.gitmodules b/.gitmodules index 119d623..33d2e65 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,3 +24,7 @@ [submodule "bundle/vim-indent-guides"] path = bundle/vim-indent-guides url = https://github.com/nathanaelkane/vim-indent-guides.git +[submodule "bundle/camelcasemotion"] + path = bundle/camelcasemotion + url = https://github.com/vim-scripts/camelcasemotion.git + ignore = untracked diff --git a/bundle/camelcasemotion b/bundle/camelcasemotion new file mode 160000 index 0000000..8db17bd --- /dev/null +++ b/bundle/camelcasemotion @@ -0,0 +1 @@ +Subproject commit 8db17bdee3f42bd71839ead2a84b2ee1916e45c2 -- cgit v1.2.3