Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/burningtree/uson-vim
- Owner: burningtree
- Created: 2015-04-12T04:57:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-12T10:07:32.000Z (over 9 years ago)
- Last Synced: 2023-03-12T01:47:47.998Z (over 1 year ago)
- Language: VimL
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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