AutoYADM commit: 2025-04-17 16:30:05

This commit is contained in:
Daniel Fichtinger 2025-04-17 16:30:06 -04:00
parent d8ffadec82
commit 4d412ad02d

View file

@ -47,22 +47,25 @@ left = [
"version-control", "version-control",
# "spacer", # "spacer",
# "separator", # "separator",
"file-name", # "file-name",
"file-base-name",
"read-only-indicator", "read-only-indicator",
"file-modification-indicator", "file-modification-indicator",
# "workspace-diagnostics",
] ]
center = ["primary-selection-length"] center = ["diagnostics"]
right = [ right = [
"diagnostics", "primary-selection-length",
"selections",
"register", "register",
"position", # "position",
"position-percentage", "position-percentage",
"total-line-numbers", "total-line-numbers",
"file-encoding", "file-encoding",
] ]
separator = "|" separator = "|"
diagnostics = ["warning", "error", "info", "hint"] diagnostics = ["warning", "error"]
workspace-diagnostics = ["warning", "error", "info", "hint"] workspace-diagnostics = ["warning", "error"]
[editor.lsp] [editor.lsp]
display-inlay-hints = true display-inlay-hints = true
@ -218,10 +221,11 @@ x = ":bc"
C = ':toggle cursor-shape.insert bar block' C = ':toggle cursor-shape.insert bar block'
# Toggle Cursor Always Centered # Toggle Cursor Always Centered
z = ':toggle scrolloff 2 99' z = ':toggle scrolloff 2 99'
# Toggle End of line diagnostics d = ':toggle statusline.center ["diagnostics"] ["workspace-diagnostics","diagnostics"] []'
D = ':toggle end-of-line-diagnostics hint disable' # # Toggle End of line diagnostics
# Toggle Inline diagnostics # D = ':toggle end-of-line-diagnostics hint disable'
d = ':toggle inline-diagnostics.cursor-line disable hint' # # Toggle Inline diagnostics
# d = ':toggle inline-diagnostics.cursor-line disable hint'
# Toggle soft-wrap # Toggle soft-wrap
w = ':toggle soft-wrap.enable' w = ':toggle soft-wrap.enable'
# Soft wrap at specified text width # Soft wrap at specified text width