-- spacing vim.opt_local.tabstop = 4 vim.opt_local.shiftwidth = 4 vim.opt_local.softtabstop = 4 require("which-key").register({ [";"] = { name = "Coding", t = { "RustToggleInlayHints", "Toggle type hints" }, r = { "RustRunnables", "Run" }, R = { "RustReloadWorkspace", "Reload Workspace" }, K = { "RustMoveItemUp", "Move current item up" }, J = { "RustMoveItemDown", "Move current item down" }, }, }, { prefix = "", mode = "n", { noremap = true, silent = true }, })