Files
dotfiles/helix/config.toml
T
2023-11-29 13:14:57 +01:00

19 lines
313 B
TOML

theme = "gruvbox"
[editor]
mouse = false
middle-click-paste = false
shell = ["/bin/fish", "-c"]
cursorline = false
cursorcolumn = false
line-number = "relative"
auto-completion = true
auto-format = true
true-color = true
color-modes = true
[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "block"