Add helix config
This commit is contained in:
10
tree/.config/helix/config.toml
Normal file
10
tree/.config/helix/config.toml
Normal file
@ -0,0 +1,10 @@
|
||||
theme = "gruvbox"
|
||||
|
||||
[editor]
|
||||
auto-format = true
|
||||
#line-number = "relative"
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
Reference in New Issue
Block a user