From d2b6d1234ce9c6410b59b2eb8e8c5e671acf68b7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 15 Feb 2016 04:34:50 +0100 Subject: Install Slimv Working Emacs with Evil-mode and SLIME felt pretty slow compared to my normal Vim speed. Trying Slimv to see if I can make it work for Common Lisp development in Vim. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 666a9ad..67586bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,3 +54,6 @@ [submodule "bundle/vim-scriptease"] path = bundle/vim-scriptease url = https://github.com/tpope/vim-scriptease.git +[submodule "bundle/slimv"] + path = bundle/slimv + url = https://github.com/kovisoft/slimv.git -- cgit v1.2.3