Vison: JSON Schema Completion

Alex R. Young
usevim
Published in
1 min readJun 3, 2015

Vison (GitHub: Quramy/vison) by Yosuke Kurami is a plugin for writing JSON schema files. It handles completion for keys and values, and works with downloadable JSON schemas that are intended to be used for auto-completion.

Vison

The completion menu includes type hints and shows what values are optional, so it will make writing JSON files much easier. This is ideal if you frequently write things like package.json files.

--

--