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. --- bundle/slimv | 1 - bundle/slimv~ | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 160000 bundle/slimv create mode 160000 bundle/slimv~ (limited to 'bundle') diff --git a/bundle/slimv b/bundle/slimv deleted file mode 160000 index 778ebec..0000000 --- a/bundle/slimv +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 778ebeca81671edd47fc3c7069f8cd600bc9764c diff --git a/bundle/slimv~ b/bundle/slimv~ new file mode 160000 index 0000000..778ebec --- /dev/null +++ b/bundle/slimv~ @@ -0,0 +1 @@ +Subproject commit 778ebeca81671edd47fc3c7069f8cd600bc9764c -- cgit v1.2.3