diff --git a/plugin/ale.vim b/plugin/ale.vim index 32aea55..b9f28d5 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -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', {})