keybind toggle lsp inlay hint

master
blob42 8 months ago
parent f66b8fcc81
commit b9b886dd90

@ -601,6 +601,9 @@ M.lspconfig = { --{{{
["<leader>go"] = { vim.lsp.buf.outgoing_calls, "lsp outgoing_calls" },
["<C-LeftMouse>"] = { vim.lsp.buf.definition, "lsp definition" },
["g<LeftMouse>"] = { vim.lsp.buf.implementation, "lsp implementation" },
["<BS>h"] = { function()
vim.lsp.inlay_hint(0, nil)
end, "toggle lsp hints" },
},
i = {

Loading…
Cancel
Save