We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a0e70 commit 31eafa0Copy full SHA for 31eafa0
docs/release-notes/rl-0.8.md
@@ -363,6 +363,7 @@
363
- Add the `vim.languages.dart.flutter-tools.flutterPackage` option.
364
- Fix the type of the `highlight` color options.
365
- Add [vim-sleuth] plugin under `vim.utility.sleuth`.
366
+- Add missing `rustaceanvim` dependency `rustfmt`.
367
368
[howird](https://github.com/howird):
369
modules/plugins/languages/rust.nix
@@ -140,7 +140,7 @@ in {
140
(mkIf (cfg.lsp.enable || cfg.dap.enable) {
141
vim = {
142
startPlugins = ["rustaceanvim"];
143
-
+ extraPackages = [pkgs.rustfmt];
144
pluginRC.rustaceanvim = entryAfter ["lsp-setup"] ''
145
vim.g.rustaceanvim = {
146
${optionalString cfg.lsp.enable ''
0 commit comments