aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-12-08 10:08:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-12-08 10:08:22 +1300
commitc002d58b6c969b45296fd00f862b70d0195ab024 (patch)
treec1e03d476044694e3b588e04e62b01da4a655ac3
parentMake vim-vint allow saying ":set nocompatible" (diff)
downloaddotfiles-c002d58b6c969b45296fd00f862b70d0195ab024.tar.gz
dotfiles-c002d58b6c969b45296fd00f862b70d0195ab024.zip
Add some comments to vintrc
-rw-r--r--vint/vintrc.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vint/vintrc.yaml b/vint/vintrc.yaml
index 9a8b7128..cf74433a 100644
--- a/vint/vintrc.yaml
+++ b/vint/vintrc.yaml
@@ -1,6 +1,10 @@
+# Show me all my problems, including matters of style
cmdargs:
severity: style_problem
+# Allow "set nocompatible", because it does need to be included for using ex if
+# I don't want so much of my config to break because of 'cpoptions' (especially
+# splitting long lines)
policies:
ProhibitSetNoCompatible:
enabled: false