Open Felixoid opened 3 years ago
If you set g:ale_set_loclist
to zero then ALE won't touch the loclist. Similarly setting g:ale_set_quickfix
tells ALE not to touch the quickfix.
Thank you, I know a workaround. Although, I'd like to have a general solution.
The python-mode
plugin could be updated to write to the loclist with its own ID instead of replacing the contents of loclist. Each plugin can effectively maintain its own sublist, and ALE should be doing that.
Information
VIM version
Operating System:
Updated arch linux
What went wrong
Here's my minimal vimrc to reproduce the bug:
After installing the pluggins with vim-plug, ALE refresh the output of
PymodeLint
Location List. Here is the link with screencastReproducing the bug
:ALEInfo
I see the
let g:ale_lint_on_save = 1
is set, althoug I'd like to see it autoconfigured based ong:pymode_lint
If it's overcomplicated, at lease other persons maybe will find the solution quickly next time.
upd On another hand, why ALE at all touch Location List, it it doesn't do anything with it? Isn't it better to not bother itself with touching it?