mirror of
https://github.com/neovim/neovim.git
synced 2026-02-06 04:21:42 +10: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