mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +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.