Showing line number for warnings and errors #721
-
When using ALE or coc, is it possible to show the line number of the first warning and/or error encountered in the file?
and while this does show how many errors/warnings there are, it does not display the line numbers indicating where to find them. Is there something I could add to the config for that to show up? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think both ale & coc has their api exposing those info . You can grab that info through those and show them in lualine with custom components (like a function component) |
Beta Was this translation helpful? Give feedback.
I think both ale & coc has their api exposing those info . You can grab that info through those and show them in lualine with custom components (like a function component)