diff options
author | Teddy Wing | 2016-08-16 23:31:04 -0400 |
---|---|---|
committer | Teddy Wing | 2016-08-16 23:31:04 -0400 |
commit | 1222998ca32a58cfeb2bc10bf50b40197896c0f8 (patch) | |
tree | a33ec033b846a1a60441bd958133808e12c530cf | |
parent | 9ac192a643aed50382819e208073b26a25c81f69 (diff) | |
download | dotvim-1222998ca32a58cfeb2bc10bf50b40197896c0f8.tar.bz2 |
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.
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | bundle/slimv~ (renamed from bundle/slimv) | 0 |
2 files changed, 1 insertions, 1 deletions
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"] diff --git a/bundle/slimv b/bundle/slimv~ -Subproject 778ebeca81671edd47fc3c7069f8cd600bc9764 +Subproject 778ebeca81671edd47fc3c7069f8cd600bc9764 |