From 6a893b74de48ce9031d1c95a1e447c71171cfb6c Mon Sep 17 00:00:00 2001 From: 15cm Date: Thu, 8 Feb 2018 22:36:50 -0500 Subject: [PATCH] [+] fzf-tab-completion --- .gitmodules | 3 +++ custom/plugins/fzf-tab-completion | 1 + 2 files changed, 4 insertions(+) create mode 160000 custom/plugins/fzf-tab-completion diff --git a/.gitmodules b/.gitmodules index b65273a45..89aa7d7fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,6 @@ [submodule "custom/plugins/yadm"] path = custom/plugins/yadm url = https://github.com/15cm/yadm-zsh.git +[submodule "custom/plugins/fzf-tab-completion"] + path = custom/plugins/fzf-tab-completion + url = https://github.com/15cm/fzf-tab-completion.git diff --git a/custom/plugins/fzf-tab-completion b/custom/plugins/fzf-tab-completion new file mode 160000 index 000000000..b3036f0f9 --- /dev/null +++ b/custom/plugins/fzf-tab-completion @@ -0,0 +1 @@ +Subproject commit b3036f0f94393d3e79bbb2945cbd50b915cd12c2