Files
neovim/runtime/lua
glepnir 88a72efb46 fix(diagnostic): open_float() handles config.float function #31577
Problem:
The `float` field of vim.diagnostic.config can be a function,
but diagnostic.open_float() does not handle it correctly.

Solution:
Add handling for it in open_float().
2026-03-16 09:50:13 -04:00
..
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00