1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/helix/config.toml

20 lines
278 B
TOML
Raw Normal View History

2022-11-06 14:05:47 +00:00
theme = "onedark"
[editor]
mouse = false
shell = ["fish", "-c"]
line-number = "relative"
cursorline = true
true-color = true
[editor.lsp]
display-messages = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.indent-guides]
render = true