I am an Emacs newbie transitioning from Neovim.
In Neovim's built-in LSP client, I am able to see all the errors inline.
Please notice how every error is displayed on the problematic line immediately at the end of the line.
Here is a screenshot:
And now here is how it looks in Emacs:
Please notice that:
- Only one error is visible, where the cursor is currently on.
- By default, the error shown on the right side of the screen instead of immediately at the end of the line like in Vim.
- The error is shown also below the line, in addition to the right side of the screen. This was achieved by this: https://github.com/flycheck/flycheck-inline.
How can I make Emacs behave like Neovim?