We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a026d85 commit 85b30f3Copy full SHA for 85b30f3
config/default.nix
@@ -202,19 +202,5 @@
202
action = "<CMD>Trouble diagnostics toggle<CR>";
203
options.desc = "Toggle trouble";
204
}
205
-
206
- # Rust
207
- {
208
- mode = "n";
209
- key = "<leader>r";
210
- action = "+rust";
211
- }
212
213
- # Start standalone rust-analyzer (fixes issues when opening files from nvim tree)
214
215
- key = "<leader>rs";
216
- action = "<CMD>RustStartStandaloneServerForBuffer<CR>";
217
- options.desc = "Start standalone rust-analyzer";
218
219
];
220
0 commit comments