add: FormatJSON

This commit is contained in:
2019-05-10 14:55:25 +02:00
parent ddef4710a7
commit bf187bec76

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