Compare commits

..

No commits in common. "bbd407d47e6aefb973916f4c1cd4f77bc60bfebf" and "aedb4f7a11b36e88357d42f538b389b44b7b2485" have entirely different histories.

4 changed files with 4 additions and 5 deletions

View file

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

View file

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

View file

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

View file

@ -54,3 +54,6 @@ export XBPS_DISTDIR="$HOME/git/void-packages"
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export DXVK_CONFIG_FILE=/home/hendrik/.config/dxvk/dxvk.conf 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