fix(lsp): fix logging

This commit is contained in:
2024-04-21 03:34:03 +02:00
parent 9ad794c0e3
commit a09139d6d5
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -241,7 +241,6 @@ function M:configure_client()
end
self.manager = lspconfig[self.name].manager
for _, bufnr in ipairs(self:get_ft_buffers()) do
utils.debug(("Trying to attach buffer %d"):format(bufnr))
self.manager:try_add_wrapper(bufnr)
end
end