Skip to content

Commit 19b4c50

Browse files
committed
formatting
1 parent 74cb872 commit 19b4c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)