From 8e3a842dce8ee231c249d5402e7d9f20e9af89a9 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 11 Aug 2015 12:04:03 +0200 Subject: Added quick-scope plugin to vim --- .gitmodules | 3 +++ vim/.vim/bundle/quick-scope | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/bundle/quick-scope diff --git a/.gitmodules b/.gitmodules index 508b221..338d9c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "weechat/.weechat/downloads/weechat-vimode"] path = weechat/.weechat/downloads/weechat-vimode url = https://github.com/GermainZ/weechat-vimode +[submodule "vim/.vim/bundle/quick-scope"] + path = vim/.vim/bundle/quick-scope + url = https://github.com/unblevable/quick-scope diff --git a/vim/.vim/bundle/quick-scope b/vim/.vim/bundle/quick-scope new file mode 160000 index 0000000..07f0177 --- /dev/null +++ b/vim/.vim/bundle/quick-scope @@ -0,0 +1 @@ +Subproject commit 07f0177bc1b15e11a261d10a8a18a769ec148464 -- cgit v1.2.3