sponsor Vim development Vim logo Vim Book Ad

vison : Completion JSON files with JSON Schema

 script karma  Rating -1/1, Downloaded by 731  Comments, bugs, improvements  Vim wiki

created by
Yosuke Kurami
 
script type
utility
 
description
Vison is a Vim plugin to help writing `*.json` file with JSON Schema(http://json-schema.org/).

Vison provides the following features:

* Completion keys or values in JSON files
* You can use more than 40 schema files provided JSON Schema Store(http://schemastore.org/json/).
* Manegement JSON schema files.

If you want more details, please see the Github repository.
https://github.com/Quramy/vison
 
install details
This plugins requires:
* Git command

And installation the following plugin are recommended:
* Shougo/unite.vim(https://github.com/Shougo/unite.vim)

If you use NeoBundle, append the following to your .vimrc

```:vim
NeoBundle 'Shougo/unite.vim'
NeoBundle 'Quramy/vison'
```

And execute :NeoBundleInstall.


After installation, call :VisonSetup command to fetch JSON schema files from Schema Store.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vison-0.1.1.zip 0.1.1 2015-04-27 7.0 Yosuke Kurami Initial upload
ip used for rating: 54.221.69.42

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github