#338 Don't do anything from tags files.

This commit is contained in:
w0rp 2017-02-15 22:02:59 +00:00
parent c49819e892
commit ba1eb90212
1 changed files with 1 additions and 1 deletions

View File

@ -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', {})