exvim / main

This is the main repository for exVim!
exvim.github.io
MIT License
739 stars 169 forks source link

Consider using JSON for .exvim file. #49

Open jwu opened 10 years ago

jwu commented 10 years ago

It is possible to parse json file by eval() in Vim. Also there is a plugin doing this: https://github.com/vim-scripts/ParseJSON.

The main problem in using JSON is it doesn't support comment. This is quite important cause the comment will let user understand the options for a value and the way to edit it.