diff --git a/config/programs/vim.nix b/config/programs/vim.nix index c9346037..f2ffea07 100644 --- a/config/programs/vim.nix +++ b/config/programs/vim.nix @@ -13,6 +13,12 @@ let dsquotes = "''"; in "nix" ]; }; + rust = { + command = "${pkgs.rust-analyzer}/bin/rust-analyzer"; + filetypes = [ + "rs" + ]; + }; }; }; };