Helix line wrap
This commit is contained in:
parent
0ed4d5eaa5
commit
11b09aeef1
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@
|
|||
helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
editor.soft-wrap = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
nushell = {
|
||||
enable = true;
|
||||
|
|
|
|||
Reference in a new issue