diff options
author | xero <x@xero.nu> | 2015-05-13 20:48:26 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2015-05-13 20:48:26 -0400 |
commit | 076e2d3ba1691a34b003083e5da0d9a8bef6c386 (patch) | |
tree | 4f634ec616bb85d7c6ec77b9a96f48ed8d95ff14 | |
parent | cf76948c65eaae4d6c18d6974bb175e2eb2d0c4f (diff) | |
download | dotfiles_ascii-076e2d3ba1691a34b003083e5da0d9a8bef6c386.tar.xz dotfiles_ascii-076e2d3ba1691a34b003083e5da0d9a8bef6c386.zip |
add vim json pretty print command
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,6 +89,9 @@ autocmd FileType c,cpp,java,php,js,python,twig,xml,yml autocmd BufWritePre <buff " make ; work like : for commands. lazy shifting nnoremap ; : +" json pretty print +command J :%!python -mjson.tool + " enable file type detection and do language-dependent indenting if has("autocmd") filetype on |