Compare commits
No commits in common. "bbd407d47e6aefb973916f4c1cd4f77bc60bfebf" and "aedb4f7a11b36e88357d42f538b389b44b7b2485" have entirely different histories.
bbd407d47e
...
aedb4f7a11
4 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||||
|
|
|
@ -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]]
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue