Files
neovim/runtime/lua
Yochem van Rosmalen 09266830bd fix(diagnostic): show diagnostics on buffer load #35866
Problem:
Diagnostics set on unloaded buffers are not shown when the buffer loads.

Solution:
Use `once_buf_loaded()` to show the diagnostics on BufRead is the buffer
is not yet loaded.
2025-09-22 13:33:16 -07:00
..
2025-05-17 10:59:14 +02:00
2025-02-09 18:10:54 +01:00