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 = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.evil-helix;
|
package = pkgs.evil-helix;
|
||||||
|
settings = { editor.soft-wrap.enable = true; };
|
||||||
languages.language = [
|
languages.language = [
|
||||||
{
|
{
|
||||||
name = "nix";
|
name = "nix";
|
||||||
|
|
Loading…
Reference in a new issue