neovim: Handle rustaceanvim rename

This commit is contained in:
traxys 2024-07-15 20:35:22 +02:00
parent 454db71fc1
commit 8a9083cc6a

View file

@ -558,7 +558,7 @@
enable = true;
settings.server = {
settings = {
default_settings.rust-analyzer = {
cargo.features = "all";
checkOnSave = true;
check.command = "clippy";