nvim-tree.lua/lua/nvim-tree
des-b 28eac2801b
fix(#2990): Do not check if buffer is buflisted in diagnostics.update() (#2998)
This ensures that LSP diagnostics of files which are not manually opened
by users are rendered by nvim-tree diagnostic indicators.

However when users attach an LSP to nvim-tree this will bring back
flashing as attempted to fix in #2980. Fixing this should probably done
by checking data passed via diagnostic events (DiagnosticChanged and
CocDiagnosticChanged).

Signed-off-by: des-b <66919647+des-b@users.noreply.github.com>
2024-11-11 08:57:06 +11:00
..
actions feat(#2819): add actions.open_file.relative_path, default enabled, following successful experiment (#2995) 2024-11-09 14:44:59 +11:00
appearance chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
explorer chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
git chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
iterators chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
marks chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
node chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
renderer chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
api.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
buffers.lua chore: resolve undefined-field warnings, fix link git statuses, rewrite devicons (#2968) 2024-11-03 14:06:12 +11:00
classic.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
commands.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
core.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
diagnostics.lua fix(#2990): Do not check if buffer is buflisted in diagnostics.update() (#2998) 2024-11-11 08:57:06 +11:00
enum.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
events.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
help.lua chore: enable incomplete-signature-doc, format nvt-min.lua, assorted formatting tidies (#2967) 2024-10-25 14:25:30 +11:00
keymap.lua chore: enable incomplete-signature-doc, format nvt-min.lua, assorted formatting tidies (#2967) 2024-10-25 14:25:30 +11:00
legacy.lua chore: style: align_continuous_similar_call_args (#2937) 2024-09-30 15:34:01 +10:00
lib.lua refactor(#2941): move lib methods to explorer (#2964) 2024-10-27 09:03:26 +11:00
log.lua chore: resolve undefined-field warnings, fix link git statuses, rewrite devicons (#2968) 2024-11-03 14:06:12 +11:00
notify.lua chore(#2931): stylua -> EmmyLuaCodeStyle (#2932) 2024-09-29 14:05:52 +10:00
utils.lua fix(#2981): windows: root changed when navigating with LSP (#2982) 2024-11-03 13:52:20 +11:00
view.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00
watcher.lua chore: migrate to classic (#2991) 2024-11-09 14:14:04 +11:00