diff --git a/lua/keymap/completion.lua b/lua/keymap/completion.lua index d9d4dfdcc..f8e808dd1 100644 --- a/lua/keymap/completion.lua +++ b/lua/keymap/completion.lua @@ -62,13 +62,13 @@ function mapping.lsp(buf) :with_silent() :with_buffer(buf) :with_desc("lsp: Show outgoing calls"), - ["n|td"] = map_callback(function() + ["n|lv"] = map_callback(function() _toggle_diagnostic() end) :with_noremap() :with_silent() :with_desc("edit: Toggle virtual text display of current buffer"), - ["n|th"] = map_callback(function() + ["n|lh"] = map_callback(function() _toggle_inlayhint() end) :with_noremap()