Add soft-wrap to helix
This commit is contained in:
parent
7e1316832f
commit
36f6903639
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ in {
|
|||
editor.lsp.display-messages = true;
|
||||
editor.scrolloff = 5;
|
||||
editor.true-color = true;
|
||||
editor.soft-wrap.enable = true;
|
||||
keys.normal = {
|
||||
"C-A-l" = ":format";
|
||||
"C-A-r" = ":reload";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue