helix: Remove italic modifier from comment style
This commit is contained in:
parent
ac06f113cc
commit
5bc355a7fa
10 changed files with 15 additions and 21 deletions
29
helix/config.toml
Normal file
29
helix/config.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue