File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ require('lazy').setup({
568568
569569 -- Show LSP message
570570 map (' gM' , vim .diagnostic .open_float , ' [G]oto [M]essage' )
571-
571+
572572 -- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10)
573573 --- @param client vim.lsp.Client
574574 --- @param method vim.lsp.protocol.Method
@@ -581,7 +581,7 @@ require('lazy').setup({
581581 return client .supports_method (method , { bufnr = bufnr })
582582 end
583583 end
584-
584+
585585 -- The following two autocommands are used to highlight references of the
586586 -- word under your cursor when your cursor rests there for a little while.
587587 -- See `:help CursorHold` for information about when this is executed
You can’t perform that action at this time.
0 commit comments