-
|
I am fairly new to both Haskell and this neovim tooling (only classic vim user here), so sorry for being a bit dense. As far as I can tell, the setup works, but there is stuff in my editor (e.g. diagnostics - :Inspect says "- DiagnosticUnderlineInfo nvim.vim.lsp.haskell-tools.nvim.2.diagnostic.underline") and there is an 'I' in a column to the left. (I've also seen E). By right-clicking, I get a menu with Show diagnostics, and this gives me the info. But I struggle to understand fully where and how I should configure (or find) the keybinds/commands to do this without clicking around with the mouse. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey 👋 Diagnostics are a built-in Neovim feature. For that, it's best to refer to the Neovim help files:
|
Beta Was this translation helpful? Give feedback.
Hey 👋
Diagnostics are a built-in Neovim feature. For that, it's best to refer to the Neovim help files:
:h vim.diagnostic:h diagnostic-defaultsfor default keymaps