Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 86aa9e9

Browse files
author
Ari Archer
committed
Revert "merged google#93"
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
1 parent 4d51a32 commit 86aa9e9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

instant/flags.vim

-4
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ call s:plugin.Flag('shfmt_options', ['-i', '4', '-s'])
130130
" takes no args and returns a string or a list.
131131
call s:plugin.Flag('shfmt_executable', 'shfmt')
132132

133-
""
134-
" The path to the xmllint executable xmllint --format -
135-
call s:plugin.Flag('xmllint_executable', 'xmllint')
136-
137133
""
138134
" Command line arguments to feed prettier. Either a list or callable that
139135
" takes no args and returns a list with command line arguments.

plugin/register.vim

-1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,4 @@ call s:registry.AddExtension(codefmt#isort#GetFormatter())
7575
call s:registry.AddExtension(codefmt#yapf#GetFormatter())
7676
call s:registry.AddExtension(codefmt#rustfmt#GetFormatter())
7777
call s:registry.AddExtension(codefmt#shfmt#GetFormatter())
78-
call s:registry.AddExtension(codefmt#xmllint#GetFormatter())
7978

0 commit comments

Comments
 (0)