feat: render language server diagnostics and add next/previous diagnostic commands

Bound to Alt-n and Alt-p
This commit is contained in:
CJ van den Berg 2024-04-20 00:04:46 +02:00
parent b541fd42de
commit e69bd6166a
6 changed files with 250 additions and 16 deletions

View file

@ -246,6 +246,9 @@ cycle style of editing.
### Language Server Commands
- Alt-n, Alt-p
Goto next/previous diagnostic
- F12 =>
Goto definition of symbol at cursor