mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-25 16:50:23 -04:00
plugins/rust-tools: remove with lib and helpers
This commit is contained in:
@@ -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;
|
||||
})
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user