We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb3d21 commit c2865bdCopy full SHA for c2865bd
plugin/register.vim
@@ -21,6 +21,8 @@ endif
21
let s:registry = s:plugin.GetExtensionRegistry()
22
call s:registry.SetValidator('codefmt#EnsureFormatter')
23
24
+" Formatters that are registered later are given more priority when deciding
25
+" what the default formatter will be for a particular file type.
26
call s:registry.AddExtension(codefmt#jsbeautify#GetFormatter())
27
call s:registry.AddExtension(codefmt#prettier#GetFormatter())
28
call s:registry.AddExtension(codefmt#clangformat#GetFormatter())
0 commit comments