feat(helix): soft-wrap
This commit is contained in:
parent
43b9d26456
commit
9e6ec059d0
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
programs.helix = {
|
||||
enable = true;
|
||||
package = pkgs.evil-helix;
|
||||
settings = { editor.soft-wrap.enable = true; };
|
||||
languages.language = [
|
||||
{
|
||||
name = "nix";
|
||||
|
|
Loading…
Reference in a new issue