diff options
author | Anna “CyberTailor” <cyber@sysrq.in> | 2024-01-09 08:41:08 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-09 08:41:08 +0000 |
commit | 4b77fc3240db7fb18bbad7dc187a2860ef46ec3f (patch) | |
tree | 75607b2b7f687e088819a72930cea0f51de79d4e /.gitignore | |
parent | dd3f04b22709a1c169a8d1689e8244214e0a7c32 (diff) |
contrib/vim: add ALE linter
ALE is faster and otherwise better alternative to Syntastic.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ config.log.old config.mk configure.local !contrib/gmid +!contrib/vim/ale_linters/gmid !contrib/vim/syntax_checkers/gmid regress/testdata regress/*.pem |