diff options
author | Teddy Wing | 2022-05-24 21:08:29 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-24 23:28:42 +0200 |
commit | 55fe5f554dc15e4a2c4cf8339b3ae1efb9f7de2f (patch) | |
tree | 652ad4e6f586359f5dc4ce904389148605f4de09 /.gitmodules | |
parent | bab2533f7a1fa834c1762ac214d2673e2b0eb72d (diff) | |
download | dotvim-55fe5f554dc15e4a2c4cf8339b3ae1efb9f7de2f.tar.bz2 |
Add 'paredit' plugin
Make Common Lisp development more fluid.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |