mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +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
|
@ -143,7 +143,7 @@
|
|||
plugins.rustaceanvim = {
|
||||
enable = true;
|
||||
|
||||
settings.server.settings = {
|
||||
settings.server.default_settings.rust-analyzer = {
|
||||
linkedProjects = [ "foo/bar/hello" ];
|
||||
numThreads = 42;
|
||||
joinLines.joinElseIf = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue