Fix #87 - Allow linter filetypes to be aliased

This commit is contained in:
w0rp
2016-10-11 23:11:45 +01:00
parent 6911696616
commit 78bcf96e34
6 changed files with 116 additions and 38 deletions

View File

@@ -30,9 +30,12 @@ let g:ale_buffer_sign_dummy_map = {}
" User Configuration
" This list configures which linters are enabled for which languages.
" This Dictionary configures which linters are enabled for which languages.
let g:ale_linters = get(g:, 'ale_linters', {})
" This Dictionary allows users to set up filetype aliases for new filetypes.
let g:ale_linter_aliases = get(g:, 'ale_linter_aliases', {})
" This flag can be set with a number of milliseconds for delaying the
" execution of a linter when text is changed. The timeout will be set and
" cleared each time text is changed, so repeated edits won't trigger the