plugins/lsp/rust-analyzer: Use the newly generated options

This commit is contained in:
traxys 2024-07-04 19:20:02 +02:00
parent a4cf6c6ffe
commit 954876bef7
4 changed files with 49 additions and 148 deletions

View file

@ -488,7 +488,7 @@ let
description = "rust-analyzer for Rust";
serverName = "rust_analyzer";
# settingsOptions = import ./rust-analyzer-config.nix lib pkgs;
settingsOptions = import ./rust-analyzer-config.nix lib helpers;
settings = cfg: { rust-analyzer = cfg; };
}
{