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

Commit df39259

Browse files
committed
Regenerate vimdoc (adds missing docs for flags and a lua formatter)
1 parent 8443a64 commit df39259

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

doc/codefmt.txt

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ Default: 'dartfmt' `
5454
The path to the js-beautify executable.
5555
Default: 'js-beautify' `
5656

57-
*codefmt:black_executable*
58-
The path to the black executable.
59-
Default: 'black' `
60-
6157
*codefmt:yapf_executable*
6258
The path to the yapf executable.
6359
Default: 'yapf' `
6460

61+
*codefmt:black_executable*
62+
The path to the black executable.
63+
Default: 'black' `
64+
6565
*codefmt:gn_executable*
6666
The path to the gn executable.
6767
Default: 'gn' `
@@ -122,6 +122,18 @@ Default: 'zprint' `
122122
The path to the fish_indent executable.
123123
Default: 'fish_indent' `
124124

125+
*codefmt:nixpkgs_fmt_executable*
126+
The path to the nixpkgs-fmt executable.
127+
Default: 'nixpkgs-fmt' `
128+
129+
*codefmt:luaformatterfiveone_executable*
130+
The path to the luaformatterfiveone executable.
131+
Default: 'luaformatterfiveone' `
132+
133+
*codefmt:cljstyle_executable*
134+
The path to the cljstyle executable.
135+
Default: 'cljstyle' `
136+
125137
*codefmt:plugin[autocmds]*
126138
Configures whether plugin/autocmds.vim should be loaded.
127139
Default: 1 `
@@ -168,6 +180,7 @@ The current list of defaults by filetype is:
168180
* fish: fish_indent
169181
* gn: gn
170182
* go: gofmt
183+
* lua: luaformatterfiveone
171184
* python: autopep8, black, yapf
172185

173186
==============================================================================

0 commit comments

Comments
 (0)