#338 Don't do anything from tags files.
This commit is contained in:
parent
c49819e892
commit
ba1eb90212
@ -49,7 +49,7 @@ let g:ale_buffer_info = {}
|
||||
|
||||
" This option prevents ALE autocmd commands from being run for particular
|
||||
" filetypes which can cause issues.
|
||||
let g:ale_filetype_blacklist = ['nerdtree', 'unite']
|
||||
let g:ale_filetype_blacklist = ['nerdtree', 'unite', 'tags']
|
||||
|
||||
" This Dictionary configures which linters are enabled for which languages.
|
||||
let g:ale_linters = get(g:, 'ale_linters', {})
|
||||
|
Loading…
Reference in New Issue
Block a user