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