mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
In vim.lsp.buf.references, the key vim.type_idx (which evaluates to a boolean) was set to equal vim.types.dictionary. This resulted in a boolean key in json which is not allowed by the json spec, and which lua-cjson fails to serialize.