From 30f7024c50ab14ecc95cd5ddc63c6b5fcce0b8fb Mon Sep 17 00:00:00 2001 From: spike Date: Sat, 10 Sep 2022 09:57:36 +0200 Subject: [PATCH] use gq as formatprg for json --- after/ftplugin/json.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 after/ftplugin/json.vim diff --git a/after/ftplugin/json.vim b/after/ftplugin/json.vim new file mode 100644 index 0000000..fe6c74f --- /dev/null +++ b/after/ftplugin/json.vim @@ -0,0 +1,3 @@ +augroup sp4ke_json + au FileType json set formatprg=jq +aug END