Skip to content

Commit 321f81d

Browse files
committed
keymaps: remove option to manually start rust-analyzer
1 parent 970bd66 commit 321f81d

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
@@ -191,19 +191,5 @@
191191
action = "<CMD>Trouble diagnostics toggle<CR>";
192192
options.desc = "Toggle trouble";
193193
}
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-
mode = "n";
204-
key = "<leader>rs";
205-
action = "<CMD>RustStartStandaloneServerForBuffer<CR>";
206-
options.desc = "Start standalone rust-analyzer";
207-
}
208194
];
209195
}

0 commit comments

Comments
 (0)