Helix: enable soft-wrap
This commit is contained in:
parent
27bd8b20e3
commit
1c8f2b7b9f
1 changed files with 6 additions and 5 deletions
|
|
@ -19,11 +19,12 @@
|
|||
}];
|
||||
settings = {
|
||||
theme = "ayu_mirage";
|
||||
editor.lsp.display-messages = true;
|
||||
editor.scrolloff = 5;
|
||||
editor.true-color = true;
|
||||
soft-wrap.enable = true;
|
||||
# editor.soft-wrap.enable = true;
|
||||
editor = {
|
||||
lsp.display-messages = true;
|
||||
scrolloff = 5;
|
||||
soft-wrap.enable = true;
|
||||
true-color = true;
|
||||
};
|
||||
keys.normal = {
|
||||
"C-A-l" = ":format";
|
||||
"A-r" = ":reload";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue