added a formatprg for JSON

This commit is contained in:
Daniel Knüttel 2021-04-12 11:04:47 +02:00
parent 52e8f43665
commit b3dbba36ab
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ filetype plugin on
set modeline
set modelines=10
autocmd BufEnter *.json set formatprg=python3\ -m\ json.tool
"_______________________________________________________________________________
"=========================== Installing all Plugins ============================