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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3