From 1222998ca32a58cfeb2bc10bf50b40197896c0f8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 16 Aug 2016 23:31:04 -0400 Subject: Disable Slimv plugin I've had the plugin disabled but uncommitted for many months now. I think it's finally time to make the change official. Slimv is an excellent plugin, and makes it possible to have a good Common Lisp development environment in Vim. I'll still be using it for that reason. The trouble is that Slimv isn't a good plugin citizen: It overrides user defaults. I noticed that at some point many months ago, code I was writing was getting auto-indented. The "smart" kind of autoindent, not `set autoindent`. I _hate_ "smart" auto-indenting. Figured out that Slimv was the cause and immediately disabled the plugin. We may want to create a Bash alias that we can use exclusively for CL development that loads Slimv into the runtimepath instead of having it auto-loaded by Pathogen. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e8690a3..6200726 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,7 +55,7 @@ path = bundle/vim-scriptease url = https://github.com/tpope/vim-scriptease.git [submodule "bundle/slimv"] - path = bundle/slimv + path = bundle/slimv~ url = https://github.com/kovisoft/slimv.git ignore = untracked [submodule "bundle/rust"] -- cgit v1.2.3