inline hints, errors, warnings: fix

This commit is contained in:
ProgramSnail 2025-11-12 15:55:55 +03:00
parent 6fb90ca935
commit 5daf61c46d

View file

@ -6,6 +6,10 @@ true-color = true
whitespace.render = "all" whitespace.render = "all"
mouse = false mouse = false
# bufferline = "multiple" # bufferline = "multiple"
end-of-line-diagnostics = "hint"
[editor.inline-diagnostics]
cursor-line = "warning" # show warnings and errors on the cursorline inline
[keys.normal] [keys.normal]
"и" = "insert_mode" "и" = "insert_mode"
@ -31,8 +35,3 @@ 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