From af29c35dea60345071ecb13b7cf423ea7b9f8295 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Wed, 20 Feb 2013 18:16:18 +0100 Subject: [Git] add easy-motion plugin --- .gitmodules | 3 +++ .vim/bundle/vim-easymotion | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-easymotion diff --git a/.gitmodules b/.gitmodules index d09b834..377662e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule ".vim/bundle/ctrlp.vim"] path = .vim/bundle/ctrlp.vim url = https://github.com/kien/ctrlp.vim.git +[submodule ".vim/bundle/vim-easymotion"] + path = .vim/bundle/vim-easymotion + url = https://github.com/Lokaltog/vim-easymotion.git diff --git a/.vim/bundle/vim-easymotion b/.vim/bundle/vim-easymotion new file mode 160000 index 0000000..667a668 --- /dev/null +++ b/.vim/bundle/vim-easymotion @@ -0,0 +1 @@ +Subproject commit 667a668e114e9ec0e5d4cbcb0962d835b23614c4 -- cgit v1.2.3-70-g09d2