We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cb872 commit 19b4c50Copy full SHA for 19b4c50
1 file changed
init.lua
@@ -568,7 +568,7 @@ require('lazy').setup({
568
569
-- Show LSP message
570
map('gM', vim.diagnostic.open_float, '[G]oto [M]essage')
571
-
+
572
-- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10)
573
---@param client vim.lsp.Client
574
---@param method vim.lsp.protocol.Method
@@ -581,7 +581,7 @@ require('lazy').setup({
581
return client.supports_method(method, { bufnr = bufnr })
582
end
583
584
585
-- The following two autocommands are used to highlight references of the
586
-- word under your cursor when your cursor rests there for a little while.
587
-- See `:help CursorHold` for information about when this is executed
0 commit comments