Skip to content

Instantly share code, notes, and snippets.

@RidaAyed
Last active January 1, 2018 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RidaAyed/86d636dc47a758ea623bd7354a2ad489 to your computer and use it in GitHub Desktop.
Save RidaAyed/86d636dc47a758ea623bd7354a2ad489 to your computer and use it in GitHub Desktop.
Append this line to your .vimrc
"Format JSON in vim. Needs python enabled vim version
nmap =j :%!python -m json.tool<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment