diff --git a/home/modules/helix/config/languages.toml b/home/modules/helix/config/languages.toml index 772a9f8..070bf61 100644 --- a/home/modules/helix/config/languages.toml +++ b/home/modules/helix/config/languages.toml @@ -1,5 +1,5 @@ [language-server.rust-analyzer] -config = { rust-analyzer = { checkOnSave = { command = "clippy" } } } +config = { rust-analyzer = { checkOnSave = { command = "clippy" }, procMacro.enable = true } } [language-server.nixd] command = "nixd" diff --git a/home/pkgs.nix b/home/pkgs.nix index 4d69b7e..67bf482 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -109,7 +109,6 @@ with pkgs; [ reptyr ripgrep ripgrep - rustup saleae-logic-2 sd # search and displace like sed but with better syntax sieveshell