1
0
Fork 0

helix: Remove italic modifier from comment style

This commit is contained in:
Jeremy Kaplan 2026-05-19 19:49:00 -04:00
commit 5bc355a7fa
10 changed files with 15 additions and 21 deletions

29
helix/config.toml Normal file
View file

@ -0,0 +1,29 @@
theme = "jdkaplan"
[editor]
scrolloff = 1
cursorline = true
gutters = [
"diff",
"diagnostics",
"line-numbers",
"spacer",
]
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.soft-wrap]
enable = true
wrap-indicator = ""
max-indent-retain = 0
[editor.statusline]
left = ["mode", "spinner", "file-name"]
center = []
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]
[keys.normal]
"C-l" = [":config-reload", ":redraw"]