plugins/rust-tools: remove with lib and helpers

This commit is contained in:
Austin Horstman
2024-10-23 10:57:45 -05:00
parent 32969847d3
commit 876ca32451
4 changed files with 41 additions and 39 deletions
@@ -257,7 +257,7 @@ with lib;
default_settings =
helpers.mkNullOrStrLuaFnOr
(types.submodule {
options.rust-analyzer = import ../../lsp/language-servers/rust-analyzer-config.nix lib helpers;
options.rust-analyzer = import ../../lsp/language-servers/rust-analyzer-config.nix lib;
freeformType = with types; attrsOf anything;
})
''