mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-06 07:28:44 +00:00
inline hints, errors, warnings: fix
This commit is contained in:
parent
6fb90ca935
commit
5daf61c46d
1 changed files with 4 additions and 5 deletions
|
|
@ -6,6 +6,10 @@ true-color = true
|
|||
whitespace.render = "all"
|
||||
mouse = false
|
||||
# bufferline = "multiple"
|
||||
end-of-line-diagnostics = "hint"
|
||||
|
||||
[editor.inline-diagnostics]
|
||||
cursor-line = "warning" # show warnings and errors on the cursorline inline
|
||||
|
||||
[keys.normal]
|
||||
"и" = "insert_mode"
|
||||
|
|
@ -31,8 +35,3 @@ mouse = false
|
|||
|
||||
[keys.normal.space]
|
||||
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