From 55fe5f554dc15e4a2c4cf8339b3ae1efb9f7de2f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 24 May 2022 21:08:29 +0200 Subject: Add 'paredit' plugin Make Common Lisp development more fluid. --- .gitmodules | 3 +++ bundle/paredit | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/paredit diff --git a/.gitmodules b/.gitmodules index 3b2524e..6a598c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -127,3 +127,6 @@ [submodule "bundle/vim-git-todo"] path = bundle/vim-git-todo url = https://github.com/teddywing/vim-git-todo.git +[submodule "bundle/paredit"] + path = bundle/paredit + url = https://github.com/kovisoft/paredit.git diff --git a/bundle/paredit b/bundle/paredit new file mode 160000 index 0000000..c90dc16 --- /dev/null +++ b/bundle/paredit @@ -0,0 +1 @@ +Subproject commit c90dc16ada33322f8efc9435f6cae5711f4477d4 -- cgit v1.2.3