mirror of
https://github.com/neovim/neovim.git
synced 2025-12-06 14:42:35 +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