1 2 3 4 5
vim.api.nvim_create_autocmd("LspAttach", { callback = function() vim.lsp.handlers["$/progress"] = function() end end, })