Skip to content

Commit

Permalink
keymaps: remove option to manually start rust-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel committed Oct 27, 2024
1 parent b4c6923 commit 90267e8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -191,19 +191,5 @@
action = "<CMD>Trouble diagnostics toggle<CR>";
options.desc = "Toggle trouble";
}

# Rust
{
mode = "n";
key = "<leader>r";
action = "+rust";
}
{
# Start standalone rust-analyzer (fixes issues when opening files from nvim tree)
mode = "n";
key = "<leader>rs";
action = "<CMD>RustStartStandaloneServerForBuffer<CR>";
options.desc = "Start standalone rust-analyzer";
}
];
}

0 comments on commit 90267e8

Please sign in to comment.