From b3dbba36ab8d67aa7e553426a1ead0fc231d6621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Mon, 12 Apr 2021 11:04:47 +0200 Subject: [PATCH] added a formatprg for JSON --- init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.vim b/init.vim index 8225d48..0b76317 100644 --- a/init.vim +++ b/init.vim @@ -73,6 +73,8 @@ filetype plugin on set modeline set modelines=10 +autocmd BufEnter *.json set formatprg=python3\ -m\ json.tool + "_______________________________________________________________________________ "=========================== Installing all Plugins ============================