2025-03-12 18:33:49 +01:00
|
|
|
[editor]
|
|
|
|
|
clipboard-provider = "termcode"
|
|
|
|
|
auto-pairs = false # defaults to `true`
|
2026-06-22 17:21:34 +02:00
|
|
|
insert-final-newline = false
|
2025-03-12 18:33:49 +01:00
|
|
|
|
|
|
|
|
[editor.soft-wrap]
|
|
|
|
|
enable = true
|
|
|
|
|
max-wrap = 25 # increase value to reduce forced mid-word wrapping
|
|
|
|
|
max-indent-retain = 0
|
|
|
|
|
# wrap-indicator = "" # set wrap-indicator to "" to hide it
|
2026-06-22 17:21:34 +02:00
|
|
|
|
|
|
|
|
[editor.smart-tab]
|
|
|
|
|
# TODO: apparently this was enabled by default in some release and now
|
|
|
|
|
# i can't input tabs???????? This happened on may 5th but the last update
|
|
|
|
|
# was 2025-07 i don't understand shit
|
|
|
|
|
enable = false
|