Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/burningtree/uson-vim

μson (uson) plugin for Vim
https://github.com/burningtree/uson-vim

Last synced: 5 days ago
JSON representation

μson (uson) plugin for Vim

Awesome Lists containing this project

README

        

# uson-vim

Emmet-like plugin for Vim. With this plugin you can easily transform μson into JSON or YAML.

## Tutorial

Write your μson object:
```
{number:[1 2 3]}
```

and expand it to JSON by Ctrl + y l.

Command | Keystroke | Mapping
------- | --------- | ------------
Transform to JSON | Ctrl + y l | `(uson-expand)`

## Installation
I recommend installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and then simply copy and paste:

```
cd ~/.vim/bundle
git clone git://github.com/burningtree/uson-vim.git
```

## Licence
MIT