mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
plugins/rustaceanvim: fix deprecation in test
This commit is contained in:
parent
53e85da240
commit
dc1559f25e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
||||||
return { 'rust-analyzer', '--log-file', RustaceanConfig.server.logfile }
|
return { 'rust-analyzer', '--log-file', RustaceanConfig.server.logfile }
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
settings = ''
|
default_settings = ''
|
||||||
function(project_root, default_settings)
|
function(project_root, default_settings)
|
||||||
return require('rustaceanvim.config.server').load_rust_analyzer_settings(project_root, { default_settings = default_settings })
|
return require('rustaceanvim.config.server').load_rust_analyzer_settings(project_root, { default_settings = default_settings })
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue