Skip to content

Commit dbe3057

Browse files
committed
update vimdoc
1 parent 89c0dfb commit dbe3057

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/codefmt.txt

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The current list of defaults by filetype is:
4545
* javascript, json, html, css: js-beautify
4646
* javascript, html, css, markdown: prettier
4747
* json, jsonnet: jsonnetfmt
48+
* julia: JuliaFormatter
4849
* kotlin: ktfmt
4950
* lua: luaformatterfiveone
5051
* nix: nixpkgs-fmt
@@ -149,6 +150,10 @@ Default: '' `
149150
The path to the jsonnetfmt executable.
150151
Default: 'jsonnetfmt' `
151152

153+
*codefmt:julia_format_executable*
154+
The path to the Julia formatter script, uses `bin/formatjulia.jl` bundled with
155+
this plugin.
156+
152157
*codefmt:google_java_executable*
153158
The path to the google-java executable. Generally, this should have the form:
154159
`java -jar /path/to/google-java`

0 commit comments

Comments
 (0)