How to setup a error list at bottom like syntastic? #4203
Answered
by
wow-yes
wow-yes
asked this question in
Q&A - Ask for help with problems
-
How to list all errors at bottom of windows. I can do it in syntastic let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1 Is there a way? Plz. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
wow-yes
May 15, 2022
Replies: 1 comment
-
Well, I have fix it. let g:ale_set_loclist = 1
let g:ale_open_list = 1
let g:ale_keep_list_window_open = 1 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wow-yes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, I have fix it.