refactor config
This commit is contained in:
commit
4f0e213f4a
155 changed files with 13983 additions and 0 deletions
14
config/helix/config.toml
Normal file
14
config/helix/config.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
theme = "catppuccin_mocha"
|
||||
|
||||
[editor]
|
||||
scrolloff = 15
|
||||
line-number = "relative"
|
||||
color-modes = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
normal = "block"
|
||||
insert = "bar"
|
||||
select = "underline"
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue