1776604546
This commit is contained in:
@@ -9,14 +9,6 @@ in {
|
||||
programs.helix.enable = true;
|
||||
programs.helix = {
|
||||
# defaultEditor = true;
|
||||
package = pkgs.helix.overrideAttrs (previousAttrs: {
|
||||
patches =
|
||||
(previousAttrs.patches or [])
|
||||
++ [
|
||||
./loader.patch
|
||||
./term.patch
|
||||
];
|
||||
});
|
||||
|
||||
settings = {
|
||||
editor = {
|
||||
@@ -120,7 +112,7 @@ in {
|
||||
name = "typst";
|
||||
auto-format = true;
|
||||
formatter.command = getExe pkgs.typstyle;
|
||||
formatter.args = ["-l" "100"];
|
||||
formatter.args = ["-l" "120"];
|
||||
language-servers = ["tinymist"];
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user