Fix #229 Disable text linters by default

This commit is contained in:
w0rp
2016-12-22 11:32:20 +00:00
parent 771bfe3b18
commit cd6d8f2ab6
3 changed files with 8 additions and 2 deletions

View File

@@ -15,9 +15,12 @@ let s:default_ale_linter_aliases = {
" Default linters to run for particular filetypes.
" The user defined linter selections will be merged with this Dictionary.
"
" No linters are used for plaintext files by default.
let s:default_ale_linters = {
\ 'zsh': ['shell'],
\ 'csh': ['shell'],
\ 'text': [],
\}
" Testing/debugging helper to unload all linters.