diff --git a/neovim/default.nix b/neovim/default.nix index 1f432cd..8fd5643 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -558,7 +558,7 @@ enable = true; settings.server = { - settings = { + default_settings.rust-analyzer = { cargo.features = "all"; checkOnSave = true; check.command = "clippy";