add: FormatJSON

This commit is contained in:
2019-05-10 14:57:07 +02:00
committed by volker.raschek
parent 260576c31f
commit 55afa8d2af
+3
View File
@@ -33,3 +33,6 @@ autocmd BufNewFile,BufRead rsnapshot.conf setlocal noexpandtab
" Autocompletion (bash)
set wildmode=longest,list,full
" Shortcuts
com! FormatJSON %!python -m json.tool