chore(cleanup): removed or commented unused snippits or comments

This commit is contained in:
2026-07-25 18:28:16 +02:00
parent 3b4a464a94
commit 2c7d6acc04
8 changed files with 125 additions and 143 deletions
-5
View File
@@ -21,8 +21,6 @@ require("notify").setup {
end,
}
-- Utility functions shared between progress reports for LSP and DAP
local client_notifs = {}
local function get_notif_data(client_id, token)
@@ -63,9 +61,6 @@ local function format_message(message, percentage)
return (percentage and percentage .. "%\t" or "") .. (message or "")
end
-- LSP integration
-- Make sure to also have the snippet with the common helper functions in your config!
vim.lsp.handlers["$/progress"] = function(_, result, ctx)
local client_id = ctx.client_id