2022-10-14 20:47:41 +00:00
|
|
|
theme = "{{helix_theme}}"
|
2022-04-04 06:42:03 +00:00
|
|
|
|
|
|
|
[editor]
|
2022-09-19 17:21:36 +00:00
|
|
|
color-modes = true
|
2022-09-19 16:53:48 +00:00
|
|
|
cursorline = true
|
|
|
|
indent-guides.render = true
|
2022-04-04 06:42:03 +00:00
|
|
|
true-color = true
|
2024-04-30 21:44:18 +00:00
|
|
|
text-width = 100
|
2022-04-04 06:42:03 +00:00
|
|
|
|
|
|
|
[editor.cursor-shape]
|
|
|
|
insert = "bar"
|
|
|
|
normal = "block"
|
|
|
|
select = "underline"
|
2022-10-14 20:47:41 +00:00
|
|
|
|
|
|
|
[editor.search]
|
|
|
|
smart-case = false
|
|
|
|
|
2023-04-11 07:14:18 +00:00
|
|
|
[editor.soft-wrap]
|
|
|
|
enable = true
|
2023-07-08 03:46:36 +00:00
|
|
|
wrap-at-text-width = true
|
2023-04-11 07:14:18 +00:00
|
|
|
|
2023-04-14 17:36:43 +00:00
|
|
|
[editor.statusline]
|
|
|
|
center = ["version-control"]
|
|
|
|
|
2022-10-14 20:47:41 +00:00
|
|
|
[keys.normal]
|
|
|
|
C-r = ":config-reload"
|
2022-10-14 21:14:20 +00:00
|
|
|
_ = { n = ":set whitespace.render none", a = ":set whitespace.render all" }
|
2023-04-11 07:14:18 +00:00
|
|
|
|
|
|
|
[keys.normal.space]
|
|
|
|
i = ":toggle lsp.display-inlay-hints"
|