diff options
| author | Teddy Wing | 2014-05-11 10:59:06 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2014-05-11 11:00:27 -0400 | 
| commit | f169828a32c38e274af29be4a3ac68a46d401a30 (patch) | |
| tree | 0c079325874bb6195558a32babfe37e81fd766bb | |
| parent | 55976929dd6012e0eb578841d02b6d581ad499ca (diff) | |
| download | dotvim-f169828a32c38e274af29be4a3ac68a46d401a30.tar.bz2 | |
Add camelcasemotion plugin
For moving inside camelCased and under_scored words.
| -rw-r--r-- | .gitmodules | 4 | ||||
| m--------- | bundle/camelcasemotion | 0 | 
2 files changed, 4 insertions, 0 deletions
| 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 +Subproject 8db17bdee3f42bd71839ead2a84b2ee1916e45c | 
