From 19b4c509fc17f19ba7844ab4acfe6a7f5671c58a Mon Sep 17 00:00:00 2001 From: joe-sinopoli <3653367+joe-sinopoli@users.noreply.github.com> Date: Sat, 8 Mar 2025 16:38:44 -0500 Subject: [PATCH] formatting --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index b0571a3c..f2712811 100644 --- a/init.lua +++ b/init.lua @@ -568,7 +568,7 @@ require('lazy').setup({ -- Show LSP message map('gM', vim.diagnostic.open_float, '[G]oto [M]essage') - + -- This function resolves a difference between neovim nightly (version 0.11) and stable (version 0.10) ---@param client vim.lsp.Client ---@param method vim.lsp.protocol.Method @@ -581,7 +581,7 @@ require('lazy').setup({ return client.supports_method(method, { bufnr = bufnr }) end end - + -- The following two autocommands are used to highlight references of the -- word under your cursor when your cursor rests there for a little while. -- See `:help CursorHold` for information about when this is executed