From a244f16725052c50113fc21bc39231104d6775bc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 1 Jun 2022 20:11:35 +0200 Subject: Add 'context.vim' plugin Shows code context including the enclosing function, class, namespace, etc. --- .gitmodules | 3 +++ bundle/context.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/context.vim diff --git a/.gitmodules b/.gitmodules index 6a598c5..4c1f5d5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -130,3 +130,6 @@ [submodule "bundle/paredit"] path = bundle/paredit url = https://github.com/kovisoft/paredit.git +[submodule "bundle/context.vim"] + path = bundle/context.vim + url = https://github.com/wellle/context.vim.git diff --git a/bundle/context.vim b/bundle/context.vim new file mode 160000 index 0000000..c065414 --- /dev/null +++ b/bundle/context.vim @@ -0,0 +1 @@ +Subproject commit c06541451aa94957c1c07a9f8a7130ad97d83a65 -- cgit v1.2.3