helix: Add config for markdown
This commit is contained in:
parent
2598e2326e
commit
c89b356601
1 changed files with 15 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
};
|
||||
|
||||
vscode-json-language-server.command = "${pkgs.nodePackages.vscode-json-languageserver}/bin/vscode-json-languageserver";
|
||||
|
||||
marksman.command = "${pkgs.marksman}/bin/marksman";
|
||||
};
|
||||
|
||||
language = [
|
||||
|
|
@ -48,6 +50,19 @@
|
|||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "markdown";
|
||||
auto-format = true;
|
||||
formatter = {
|
||||
command = "${pkgs.deno}/bin/deno";
|
||||
args = [
|
||||
"fmt"
|
||||
"-"
|
||||
"--ext"
|
||||
"md"
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue