ols icon indicating copy to clipboard operation
ols copied to clipboard

Some diagnostics not displayed until file is saved

Open Limero opened this issue 3 weeks ago • 1 comments

When using ols in Neovim, some errors are not displayed until the file is saved. Normally, with other LSP clients (like gopls/clangd), just leaving insert mode will always display diagnostics.

Adding invalid code and returning to normal mode without saving: Image

After saving: Image

However, some validation seem to happen without saving, like "unused import": Image

And others: Image Image

I see there is configuration setting called "enable_checker_only_saved", but setting that to false doesn't help.

Limero avatar Dec 06 '25 15:12 Limero