Skip to content

hanfezh/pretty-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pretty Json

Vim plugin for prettying json text.

Requirements

Vim or Neovim support Python2 or Python3.

Installation

Use your plugin manager of choice.

  • Pathogen
    • git clone https://github.com/hanfezh/pretty-json ~/.vim/bundle/pretty-json
  • Vundle
    • Add Bundle 'https://github.com/hanfezh/pretty-json' to .vimrc
    • Run :BundleInstall
  • NeoBundle
    • Add NeoBundle 'https://github.com/hanfezh/pretty-json' to .vimrc
    • Run :NeoBundleInstall
  • vim-plug
    • Add Plug 'https://github.com/hanfezh/pretty-json' to .vimrc
    • Run :PlugInstall

Usage

Use Ctrl + J to pretty selected or whole json body.

About

Vim plugin for prettying json text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published