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 8458c51 commit 3b12a89Copy full SHA for 3b12a89
init.lua
@@ -601,6 +601,9 @@ require('lazy').setup({
601
-- the definition of its *type*, not where it was *defined*.
602
map('grt', require('telescope.builtin').lsp_type_definitions, '[G]oto [T]ype Definition')
603
604
+ --- Float the dianostic of the current line
605
+ map('gd', vim.diagnostic.open_float, '[G]oto [D]iagnostic')
606
+
607
-- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10)
608
---@param client vim.lsp.Client
609
---@param method vim.lsp.protocol.Method
0 commit comments