mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/rust-tools: remove with lib and helpers
This commit is contained in:
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;
|
||||
})
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue