🗑️ remove(nvim): unnecesary keymap due to lazyvim already has it
This commit is contained in:
parent
4c7701234d
commit
aa696f684c
1 changed files with 0 additions and 6 deletions
|
@ -26,12 +26,6 @@ map("x", "<leader>?", function()
|
|||
google(vim.fn.getreg("g"), false)
|
||||
end, { desc = "Google" })
|
||||
|
||||
if vim.lsp.inlay_hint then
|
||||
map("n", "<leader>uh", function()
|
||||
vim.lsp.inlay_hint(0, nil)
|
||||
end, { desc = "Toggle Inlay Hints" })
|
||||
end
|
||||
|
||||
map("n", "<leader>ft", "<Nop>")
|
||||
map("n", "<leader>fT", "<Nop>")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue