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 = {
|
settings = {
|
||||||
theme = "ayu_mirage";
|
theme = "ayu_mirage";
|
||||||
editor.lsp.display-messages = true;
|
editor = {
|
||||||
editor.scrolloff = 5;
|
lsp.display-messages = true;
|
||||||
editor.true-color = true;
|
scrolloff = 5;
|
||||||
soft-wrap.enable = true;
|
soft-wrap.enable = true;
|
||||||
# editor.soft-wrap.enable = true;
|
true-color = true;
|
||||||
|
};
|
||||||
keys.normal = {
|
keys.normal = {
|
||||||
"C-A-l" = ":format";
|
"C-A-l" = ":format";
|
||||||
"A-r" = ":reload";
|
"A-r" = ":reload";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue