Skip to content

Commit

Permalink
fix: try vale-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 authored Sep 6, 2024
1 parent 10c9bcd commit 8a7751b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/personalities/desktop/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
};
};
"workbench.iconTheme" = "catppuccin-perfect-macchiato";
"vale.valeCLI.path" = "${pkgs.vale}/bin/vale";
"vale.valeCLI.path" = "${pkgs.vale-ls}/bin/vale-ls";
"extensions.autoUpdate" = false;
update = {
mode = "manual";
Expand Down

0 comments on commit 8a7751b

Please sign in to comment.