Skip to content

Commit

Permalink
Add iwe for markdown and update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Feb 17, 2025
1 parent 2ea196a commit 7da34d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion modules/home-manager/server/cli/helix/languages/markdown.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in
]
# ++ lib.optionals (ls ? lsp-ai) [ "lsp-ai" ]
++ lib.optionals (ls ? gpt) [ "gpt" ]
++ [ ];
++ [ "iwe" ];
formatter = {
command = "prettier";
args = [
Expand All @@ -45,9 +45,11 @@ in
];
language-server = {
oxide.command = "markdown-oxide";
iwe.command = "iwes";
};
};
extraPackages = with pkgs; [
unstable.iwe
markdown-oxide
marksman
nodePackages.prettier
Expand Down

0 comments on commit 7da34d5

Please sign in to comment.