AutoYADM commit: 2025-04-17 14:15:05

This commit is contained in:
Daniel Fichtinger 2025-04-17 14:15:05 -04:00
parent e4a928a843
commit 73ee3eb87e
2 changed files with 5 additions and 2 deletions

View file

@ -8,6 +8,7 @@ cursorline = true
bufferline = "multiple"
color-modes = true
shell = ['fish', '-c']
text-width = 80
mouse = true
continue-comments = true
@ -20,7 +21,7 @@ scrolloff = 2
jump-label-alphabet = "tnseriplfuwydhcxoaqz"
# minimum severity to show
end-of-line-diagnostics = "disable"
rulers = [40, 80]
rulers = [81]
[editor.whitespace.render]
tab = "none"