Skip to content

Commit

Permalink
update vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
flwyd committed Nov 23, 2023
1 parent 89c0dfb commit dbe3057
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/codefmt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The current list of defaults by filetype is:
* javascript, json, html, css: js-beautify
* javascript, html, css, markdown: prettier
* json, jsonnet: jsonnetfmt
* julia: JuliaFormatter
* kotlin: ktfmt
* lua: luaformatterfiveone
* nix: nixpkgs-fmt
Expand Down Expand Up @@ -149,6 +150,10 @@ Default: '' `
The path to the jsonnetfmt executable.
Default: 'jsonnetfmt' `

*codefmt:julia_format_executable*
The path to the Julia formatter script, uses `bin/formatjulia.jl` bundled with
this plugin.

*codefmt:google_java_executable*
The path to the google-java executable. Generally, this should have the form:
`java -jar /path/to/google-java`
Expand Down

0 comments on commit dbe3057

Please sign in to comment.