Isrothy / lualine-diagnostic-message

Lualine component to show lsp diagnostic message
MIT License
15 stars 0 forks source link

Is is possible to switch through diagnostic messages in statusline by timer? #3

Closed cpkio closed 1 year ago

cpkio commented 1 year ago

What do you think?

Isrothy commented 1 year ago

I'm not sure about the use of this feature. If there are many diagnostic messages on one line, vim.diagnostic.open_float should be the right place to show message. Besides, switching by time may not be a good idea because switching the message before read through is annoying. If you want to manually control when to switch, why not just show them in a float window?

cpkio commented 1 year ago

I've thought about this and you're right: showing a float on idle timeout is a better solution.