From 6dc16cb08d896809faaa959ba21234046943f641 Mon Sep 17 00:00:00 2001 From: Mathew Attlee Date: Thu, 1 Aug 2019 19:56:43 +1000 Subject: [PATCH] Update prettydiff to use beautify command --- autoload/neoformat/formatters/html.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autoload/neoformat/formatters/html.vim b/autoload/neoformat/formatters/html.vim index 8f41ba17..a51259d3 100644 --- a/autoload/neoformat/formatters/html.vim +++ b/autoload/neoformat/formatters/html.vim @@ -34,8 +34,7 @@ endfunction function! neoformat#formatters#html#prettydiff() abort return { \ 'exe': 'prettydiff', - \ 'args': ['mode:"beautify"', - \ 'lang:"html"', + \ 'args': ['beautify', \ 'readmethod:"filescreen"', \ 'endquietly:"quiet"', \ 'source:"%:p"'],