This commit is contained in:
Noah765 2025-06-25 11:51:21 +02:00 committed by GitHub
commit 646b9c9138
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -364,6 +364,7 @@
- Add the `vim.languages.dart.flutter-tools.flutterPackage` option.
- Fix the type of the `highlight` color options.
- Add [vim-sleuth] plugin under `vim.utility.sleuth`.
- Add missing `rustaceanvim` dependency `rustfmt`.
[howird](https://github.com/howird):

View file

@ -140,7 +140,7 @@ in {
(mkIf (cfg.lsp.enable || cfg.dap.enable) {
vim = {
startPlugins = ["rustaceanvim"];
extraPackages = [pkgs.rustfmt];
pluginRC.rustaceanvim = entryAfter ["lsp-setup"] ''
vim.g.rustaceanvim = {
${optionalString cfg.lsp.enable ''