🗑️ remove(nvim): unnecesary keymap due to lazyvim already has it

This commit is contained in:
Sergio Laín 2023-11-16 18:43:50 +01:00
parent 4c7701234d
commit aa696f684c
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -26,12 +26,6 @@ map("x", "<leader>?", function()
google(vim.fn.getreg("g"), false) google(vim.fn.getreg("g"), false)
end, { desc = "Google" }) 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>")
map("n", "<leader>fT", "<Nop>") map("n", "<leader>fT", "<Nop>")