Added steam gamescope; updated package lists; small fixes.

This commit is contained in:
Jurn Wubben 2026-01-08 19:48:33 +01:00
parent 7d61371ec0
commit e067f48a13
19 changed files with 222 additions and 56 deletions

View file

@ -4,6 +4,7 @@ theme = "default-jsw"
line-number = "relative"
default-yank-register = "+"
bufferline = "multiple"
end-of-line-diagnostics = "hint"
[editor.cursor-shape]
insert = "bar"
@ -12,9 +13,16 @@ select = "underline"
[editor.auto-save]
focus-lost = true
avter-delay.enable = true
after-delay.enable = true
[editor.soft-wrap]
enable = true
[editor.inline-diagnostics]
cursor-line = "warning" # show warnings and errors on the cursorline inline
[keys.normal]
"C-/" = "toggle_comments"
"x" = "extend_to_line_bounds"
"X" = "extend_line_below"
"C-." = "repeat_last_motion"