mirror of
https://github.com/neovim/neovim.git
synced 2026-02-11 14:28:48 +00:00
Problem: `vim.json.decode()` could not parse JSONC (JSON with Comments) extension, which is commonly used in configuration files. Solution: Introduce an `skip_comments` option, which is disabled by default. When enabled, allows JavaScript-style comments within JSON data.