helix: enable soft line wrapping

This commit is contained in:
Colin 2023-07-08 00:27:12 +00:00
parent 38411617ef
commit a257d8d1a1

View File

@ -8,5 +8,10 @@
# - `hx --grammar fetch` and `hx --grammar build`
# but otherwise, they ship as part of HELIX_RUNTIME, in the nix store
# persist.plaintext = [ ".config/helix/runtime/grammars" ];
fs.".config/helix/config.toml".symlink.text = ''
# docs: <https://docs.helix-editor.com/configuration.html>
[editor.soft-wrap]
enable = true
'';
};
}