mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugin/rustaceanvim: Handle rust-analyzer settings rename
This commit is contained in:
parent
34c3c026b4
commit
123c102a13
3 changed files with 21 additions and 5 deletions
|
@ -254,10 +254,10 @@ with lib;
|
|||
```
|
||||
'';
|
||||
|
||||
settings =
|
||||
default_settings =
|
||||
helpers.mkNullOrStrLuaFnOr
|
||||
(types.submodule {
|
||||
options = import ../../../lsp/language-servers/rust-analyzer-config.nix lib helpers;
|
||||
options.rust-analyzer = import ../../../lsp/language-servers/rust-analyzer-config.nix lib helpers;
|
||||
freeformType = with types; attrsOf anything;
|
||||
})
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue