configure trouble plugin
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user