Skip to content

Commit

Permalink
Add typos-lsp in devshell again to useable for zed-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 2, 2024
1 parent 06075e7 commit 160b1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# Realize nixd pkgs version inlay hints for stable channel instead of latest
NIX_PATH = "nixpkgs=${pkgs.path}";

TYPOS_LSP_PATH = pkgs.lib.getExe pkgs.typos-lsp;
TYPOS_LSP_PATH = pkgs.lib.getExe pkgs.typos-lsp; # For vscode typos extension

buildInputs =
(with pkgs; [
Expand All @@ -86,6 +86,7 @@
dprint
stylua
typos
typos-lsp # For zed-editor typos extension
go_1_22
goreleaser
trivy
Expand Down
1 change: 1 addition & 0 deletions nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
lapce # IME is not working on Windows, but stable even around IME on Wayland than vscode

# Add LSP global for zed-editor. Prefer external package for helix
typos-lsp
vscode-langservers-extracted
nodePackages.bash-language-server

Expand Down

0 comments on commit 160b1d9

Please sign in to comment.