···2121display-messages = true
2222display-inlay-hints = true
23232424+[editor.soft-wrap]
2525+enable = true
2626+max-wrap = 25 # increase value to reduce forced mid-word wrapping
2727+max-indent-retain = 0
2828+# wrap-indicator = "" # set wrap-indicator to "" to hide it
2929+2430[keys.normal]
2531g = { a = "code_action" } # Maps `ga` to show possible code actions
2632"ret" = ["move_line_down", "goto_first_nonwhitespace"] # Maps the enter key to move to start of next line