diff options
author | Teddy Wing | 2021-01-26 21:15:50 +0100 |
---|---|---|
committer | Teddy Wing | 2021-01-26 21:15:50 +0100 |
commit | ab74eca5d0dce35a48798505a27a8e6d0909ef63 (patch) | |
tree | bc9dc38d3b052b02b7044c1549516303b1b42dd3 /.gitmodules | |
parent | b0f617dcc33b2207dfb87b899a655f62ecad53ca (diff) | |
download | dotvim-ab74eca5d0dce35a48798505a27a8e6d0909ef63.tar.bz2 |
Add 'vlime' plugin
Use Vlime instead of Slimv for a Common Lisp environment.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8e609cc..58ee579 100644 --- a/.gitmodules +++ b/.gitmodules @@ -121,3 +121,6 @@ [submodule "bundle/vim-tbuffer"] path = bundle/vim-tbuffer url = https://github.com/teddywing/vim-tbuffer.git +[submodule "bundle/vlime"] + path = bundle/vlime + url = https://github.com/vlime/vlime.git |