aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2016-08-16 23:31:04 -0400
committerTeddy Wing2016-08-16 23:31:04 -0400
commit1222998ca32a58cfeb2bc10bf50b40197896c0f8 (patch)
treea33ec033b846a1a60441bd958133808e12c530cf /.gitmodules
parent9ac192a643aed50382819e208073b26a25c81f69 (diff)
downloaddotvim-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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 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"]