Compare commits

...

3 commits

4 changed files with 5 additions and 4 deletions

View file

@ -57,6 +57,8 @@ E = "extend_to_line_end"
L = "goto_line_end"
x = "extend_to_line_bounds"
X = "extend_line_below"
"{" = "goto_prev_paragraph"
"}" = "goto_next_paragraph"
d = "delete_selection_noyank"
A-d = "delete_selection"

View file

@ -1,6 +1,6 @@
[[language]]
name = "yaml"
auto-format = true
auto-format = false
formatter = { command = "yamlfmt", args = ["-"] }
[[language]]

View file

@ -1,4 +1,6 @@
---
formatter:
type: basic
retain_line_breaks_single: true
include_document_start: true
max_line_length: 160

View file

@ -54,6 +54,3 @@ export XBPS_DISTDIR="$HOME/git/void-packages"
export MOZ_ENABLE_WAYLAND=1
export DXVK_CONFIG_FILE=/home/hendrik/.config/dxvk/dxvk.conf
# Fix GTK4 apps freezing when closing on nvidia 580.xx.xx
export GSK_RENDERER=ngl