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"
|
||||||
2
tree/.config/helix/languages.toml
Normal file
2
tree/.config/helix/languages.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[[language]]
|
||||||
|
name = "rust"
|
||||||
Reference in New Issue
Block a user