From ee38046ebc83b5dc91739a9c2a8d60cd9725e206 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 13 Jun 2023 22:24:31 +0200 Subject: Add folding support for JSON files --- plugin/command.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin/command.vim') diff --git a/plugin/command.vim b/plugin/command.vim index 5ed7b73..68b11f4 100644 --- a/plugin/command.vim +++ b/plugin/command.vim @@ -45,3 +45,6 @@ function! s:md_to_pdf() abort echoerr "Error running command" endif endfunction + +" json format +command! -range JSONFormat ,!python -m json.tool -- cgit v1.2.3