all repos

init.lua @ d68f6b72e639d029c1db9d2fdd937c06525c4bc6

my nvim config
2 files changed, 3 insertions(+), 3 deletions(-)
Updated which-key map descriptions
Author: Smirnov Alexander ss2316544@gmail.com
Committed at: 2022-03-21 11:42:06 +0200
Parent: e619076
M ftplugin/lua.lua

@@ -7,7 +7,7 @@ -- mappings

require("which-key").register({ [";"] = { name = "Coding", - t = { "<Plug>PlenaryTestFile", "Run tests in current file" }, + t = { "<Plug>PlenaryTestFile", "Run current tests file" }, }, }, { prefix = "<leader>",
M ftplugin/rust.lua

@@ -10,8 +10,8 @@ name = "Coding",

t = { "<cmd>RustToggleInlayHints<cr>", "Toggle type hints" }, r = { "<cmd>RustRunnables<cr>", "Run" }, R = { "<cmd>RustReloadWorkspace<cr>", "Reload Workspace" }, - K = { "<cmd>RustMoveItemUp<cr>", "Move current item up" }, - J = { "<cmd>RustMoveItemDown<cr>", "Move current item down" }, + K = { "<cmd>RustMoveItemUp<cr>", "Move up" }, + J = { "<cmd>RustMoveItemDown<cr>", "Move down" }, }, }, { prefix = "<leader>",