Initial commit
This commit is contained in:
commit
4ac9c221ca
3 changed files with 35 additions and 0 deletions
11
private_dot_config/helix/config.toml
Normal file
11
private_dot_config/helix/config.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[editor]
|
||||
clipboard-provider = "termcode"
|
||||
auto-pairs = false # defaults to `true`
|
||||
line-number = "relative"
|
||||
mouse = false
|
||||
|
||||
[editor.soft-wrap]
|
||||
enable = true
|
||||
max-wrap = 25 # increase value to reduce forced mid-word wrapping
|
||||
max-indent-retain = 0
|
||||
# wrap-indicator = "" # set wrap-indicator to "" to hide it
|
||||
Loading…
Reference in a new issue