Added steam gamescope; updated package lists; small fixes.
This commit is contained in:
parent
7d61371ec0
commit
e067f48a13
19 changed files with 222 additions and 56 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue