mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 23:22:39 +00:00
Problem:
vim_lsp_inlayhint: Error executing lua: .../lsp/_inlay_hint.lua:249: attempt to index field 'applied' (a nil value)
Solution:
Assign {} to bufstates.applied in on_reload
fixes #24172