Skip to content

Commit

Permalink
refactor: change keymaps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir committed Jan 30, 2025
1 parent 14c5c35 commit 7f4374f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/keymap/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ function mapping.lsp(buf)
:with_silent()
:with_buffer(buf)
:with_desc("lsp: Show outgoing calls"),
["n|<leader>td"] = map_callback(function()
["n|<leader>lv"] = map_callback(function()
_toggle_diagnostic()
end)
:with_noremap()
:with_silent()
:with_desc("edit: Toggle virtual text display of current buffer"),
["n|<leader>th"] = map_callback(function()
["n|<leader>lh"] = map_callback(function()
_toggle_inlayhint()
end)
:with_noremap()
Expand Down

0 comments on commit 7f4374f

Please sign in to comment.