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 e205ea6 commit 4b6bf40Copy full SHA for 4b6bf40
init.lua
@@ -556,6 +556,8 @@ require('lazy').setup({
556
-- the definition of its *type*, not where it was *defined*.
557
map('grt', require('telescope.builtin').lsp_type_definitions, '[G]oto [T]ype Definition')
558
559
+ map('K', vim.lsp.buf.hover, 'Hover Documentation')
560
+
561
-- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10)
562
---@param client vim.lsp.Client
563
---@param method vim.lsp.protocol.Method
0 commit comments