this repo has no description

feat: added some config to helix

+6 -3
+6 -3
.config/helix/config.toml
··· 4 4 [editor] 5 5 line-number = "relative" 6 6 scroll-lines = 1 7 - # auto-pairs = false 8 7 mouse = true 9 8 auto-format = true 10 9 bufferline="multiple" ··· 20 19 21 20 [editor.lsp] 22 21 display-messages = true 23 - display-inlay-hints = true 22 + display-inlay-hints = false 24 23 25 24 [editor.soft-wrap] 26 25 enable = true 27 26 max-wrap = 25 # increase value to reduce forced mid-word wrapping 28 27 max-indent-retain = 0 29 - # wrap-indicator = "" # set wrap-indicator to "" to hide it 30 28 31 29 [editor.statusline] 32 30 left = ["mode", "spinner", "file-name"] ··· 45 43 46 44 [editor.inline-diagnostics] 47 45 cursor-line = "warning" 46 + 47 + [editor.indent-guides] 48 + render = true 49 + character = "┊" # Some characters that work well: "▏", "╎", "┆", "┊", "⸽" 50 + skip-levels = 1 48 51 49 52 [keys.normal] 50 53 g = { a = "code_action" } # Maps `ga` to show possible code actions