mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat(neovim-rust): Rust LSP, debugging, testing and keymaps
- `rustaceanvim` for LSP config - Rust ft specific keymaps in `after/ftplugin` - `nvim-dap` for Rust debugging with codelldb - `rustaceanvim.neotest` for Rust testing - `rcasia/neotest-bash` for Bash testing - Better keymaps for running tests - Inlay hint UI improvements
This commit is contained in:
@@ -225,6 +225,7 @@ return {
|
||||
{ "<leader>h", group = "Help", icon = { icon = "", color = "orange" } },
|
||||
{ "<leader>n", group = "Neovim Things", icon = { icon = "", color = "orange" } },
|
||||
{ "<leader>q", group = "Database", icon = { icon = "", color = "orange" } },
|
||||
{ "<leader>r", group = "Rust", icon = { icon = "", color = "orange" } },
|
||||
{ "<leader>s", group = "Search/Grep", icon = { icon = "", color = "orange" } },
|
||||
{ "<leader>t", group = "Unit Test" },
|
||||
{ "<leader>x", group = "Delete/Disable/Remove", icon = { icon = "", color = "orange" } },
|
||||
|
||||
Reference in New Issue
Block a user