configure trouble plugin

This commit is contained in:
2026-06-28 20:15:04 +02:00
parent 9c48b3b3a0
commit d256020251
9 changed files with 115 additions and 4 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ local function show_lsp_details()
table.insert(lines, "")
table.insert(lines, "Health Check (vim.treesitter):")
table.insert(lines, "=======================")
local health_lines = run_healthcheck("vim.treesitter")
health_lines = run_healthcheck("vim.treesitter")
for _, l in ipairs(health_lines) do
table.insert(lines, " " .. l)
end