Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed Feb 18, 2024
1 parent cddcf2a commit 8463433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspecho/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ local function lsp_progress(err, progress, ctx)
end

function M.setup()
local old_handler = vim.lsp.handlers["$/progress"]
local old_handler = vim.lsp.handlers['$/progress']
vim.lsp.handlers['$/progress'] = function(...)
if old_handler then
old_handler(...)
Expand Down

0 comments on commit 8463433

Please sign in to comment.