Skip to content

Commit 85b30f3

Browse files
committed
keymaps: remove option to manually start rust-analyzer
1 parent a026d85 commit 85b30f3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

config/default.nix

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -202,19 +202,5 @@
202202
action = "<CMD>Trouble diagnostics toggle<CR>";
203203
options.desc = "Toggle trouble";
204204
}
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-
mode = "n";
215-
key = "<leader>rs";
216-
action = "<CMD>RustStartStandaloneServerForBuffer<CR>";
217-
options.desc = "Start standalone rust-analyzer";
218-
}
219205
];
220206
}

0 commit comments

Comments
 (0)