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 970bd66 commit 321f81dCopy full SHA for 321f81d
config/default.nix
@@ -191,19 +191,5 @@
191
action = "<CMD>Trouble diagnostics toggle<CR>";
192
options.desc = "Toggle trouble";
193
}
194
-
195
- # Rust
196
- {
197
- mode = "n";
198
- key = "<leader>r";
199
- action = "+rust";
200
- }
201
202
- # Start standalone rust-analyzer (fixes issues when opening files from nvim tree)
203
204
- key = "<leader>rs";
205
- action = "<CMD>RustStartStandaloneServerForBuffer<CR>";
206
- options.desc = "Start standalone rust-analyzer";
207
208
];
209
0 commit comments