We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0b387 commit 827ea7cCopy full SHA for 827ea7c
init.lua
@@ -548,6 +548,8 @@ require('lazy').setup({
548
-- For example, in C this would take you to the header.
549
map('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration')
550
551
+ -- Show LSP message
552
+ map('gM', vim.diagnostic.open_float, '[G]oto [M]essage')
553
-- The following two autocommands are used to highlight references of the
554
-- word under your cursor when your cursor rests there for a little while.
555
-- See `:help CursorHold` for information about when this is executed
0 commit comments