Skip to content

Commit a448e66

Browse files
authored
#1216 respond to CocDiagnosticChange (#1243)
1 parent b1dfcab commit a448e66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nvim-tree/diagnostics.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ function M.setup(opts)
171171
if M.enable then
172172
log.line("diagnostics", "setup")
173173
vim.cmd "au DiagnosticChanged * lua require'nvim-tree.diagnostics'.update()"
174+
vim.cmd "au User CocDiagnosticChange lua require'nvim-tree.diagnostics'.update()"
174175
end
175176
end
176177

0 commit comments

Comments
 (0)