mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-25 05:05:15 +02:00
tests/rust-tools: add rust-analyzer-options test
Make sure the import is working properly
This commit is contained in:
parent
b1d0959bc9
commit
9265d1ab08
1 changed files with 9 additions and 0 deletions
|
@ -71,4 +71,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rust-analyzer-options = {
|
||||||
|
plugins.rust-tools = {
|
||||||
|
enable = true;
|
||||||
|
server = {
|
||||||
|
assist.expressionFillDefault = "default";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue