mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-06 07:28:44 +00:00
inline hints, errors, warnings
This commit is contained in:
parent
0003fcc537
commit
6fb90ca935
1 changed files with 5 additions and 0 deletions
|
|
@ -31,3 +31,8 @@ mouse = false
|
||||||
|
|
||||||
[keys.normal.space]
|
[keys.normal.space]
|
||||||
l = ":toggle lsp.display-inlay-hints"
|
l = ":toggle lsp.display-inlay-hints"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
end-of-line-diagnostics = "hint"
|
||||||
|
[editor.inline-diagnostics]
|
||||||
|
cursor-line = "warning" # show warnings and errors on the cursorline inline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue