chore(home): cleanup modules
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
This commit is contained in:
parent
5ec7575655
commit
532612a5a6
27 changed files with 272 additions and 1238 deletions
12
home/helix/config/config.toml
Normal file
12
home/helix/config/config.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
theme = "solarized_light"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
mouse = true
|
||||
auto-completion = true
|
||||
|
||||
[editor.soft-wrap]
|
||||
enable = true
|
||||
|
||||
[keys.normal]
|
||||
C-q = [ ":reflow 80" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue