diff options
author | Teddy Wing | 2016-02-15 04:34:50 +0100 |
---|---|---|
committer | Teddy Wing | 2016-02-15 04:34:50 +0100 |
commit | d2b6d1234ce9c6410b59b2eb8e8c5e671acf68b7 (patch) | |
tree | 6098f3bd50ba22ae4c5da0f700dfbece7308e3e6 /.gitmodules | |
parent | 780ff50f8c087fb0bebd1d640a1ff6a956c89e55 (diff) | |
download | dotvim-d2b6d1234ce9c6410b59b2eb8e8c5e671acf68b7.tar.bz2 |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |