Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t111111/neat-json.vim
https://github.com/5t111111/neat-json.vim
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/5t111111/neat-json.vim
- Owner: 5t111111
- License: other
- Created: 2013-08-27T13:45:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-22T04:41:45.000Z (almost 11 years ago)
- Last Synced: 2024-04-13T16:15:54.485Z (7 months ago)
- Language: Python
- Size: 293 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
neat-json.vim
============neat-json.vim is a plugin that enables you to indent the JSON on the current buffer prettily.
if_pyth is required as it is written in Python.Installation
-------------When using NeoBundle, add this in your .vimrc.
NeoBundle '5t111111/neat-json.vim'
Usage
-------------neat-json has two types of JSON indention.
* NeatJson
This command indents the JSON string on the current buffer, also the strings is displayed as encoded by utf-8.
* NeatRawJson
This command indents the JSON string on the current buffer, also the strings is displayed in raw utf-8.