mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
add crates keymap
This commit is contained in:
@ -98,3 +98,8 @@ map("n", "<leader>ct", function()
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
end, { desc = "Change file type" })
|
end, { desc = "Change file type" })
|
||||||
|
|
||||||
|
-- crates
|
||||||
|
map("n", "<leader>cu", function()
|
||||||
|
require("crates").upgrade_all_crates()
|
||||||
|
end, { desc = "Upgrade all crates" })
|
||||||
|
Reference in New Issue
Block a user