add: FormatJSON

This commit is contained in:
Markus Pesch 2019-05-10 14:55:25 +02:00
parent ddef4710a7
commit bf187bec76
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

3
vimrc
View File

@ -43,3 +43,6 @@ colorscheme solarized " colors
scriptencoding utf-8 " script encoding
syntax enable " enable syntaxhighlighting
" Shortcuts
com! FormatJSON %!python -m json.tool