helix: enable soft line wrapping
This commit is contained in:
@@ -8,5 +8,10 @@
|
|||||||
# - `hx --grammar fetch` and `hx --grammar build`
|
# - `hx --grammar fetch` and `hx --grammar build`
|
||||||
# but otherwise, they ship as part of HELIX_RUNTIME, in the nix store
|
# but otherwise, they ship as part of HELIX_RUNTIME, in the nix store
|
||||||
# persist.plaintext = [ ".config/helix/runtime/grammars" ];
|
# 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
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user