aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2022-06-01 20:11:35 +0200
committerTeddy Wing2022-06-01 21:03:33 +0200
commita244f16725052c50113fc21bc39231104d6775bc (patch)
treecc9cc4e9b1f26c3e042469f26f2fb39b70d71955 /.gitmodules
parent96897a902f8f05da72215dc7aff347009c678676 (diff)
downloaddotvim-a244f16725052c50113fc21bc39231104d6775bc.tar.bz2
Add 'context.vim' plugin
Shows code context including the enclosing function, class, namespace, etc.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
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