mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 01:07:06 +08:00
Fix #87 - Allow linter filetypes to be aliased
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user