diff options
author | Victor Toso <victortoso@redhat.com> | 2016-02-12 15:25:15 +0100 |
---|---|---|
committer | Victor Toso <victortoso@redhat.com> | 2016-02-12 15:35:42 +0100 |
commit | b2e0fb066f4c294fd24da09d4b5a8cd389e0a855 (patch) | |
tree | 21c42d99de1e512ed18722e8d9e0dc6014fd8a27 /.gitmodules | |
parent | 313b8e9d6cce88117dada57315816d0f776d600b (diff) |
vim: use easymotion!
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 65398b6..ac83adc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "vim/bundle/color_coded"] path = vim/bundle/color_coded url = https://github.com/jeaye/color_coded.git +[submodule "vim/bundle/vim-easymotion"] + path = vim/bundle/vim-easymotion + url = https://github.com/easymotion/vim-easymotion.git |