@@ -54,14 +54,14 @@ Default: 'dartfmt' `
5454The path to the js-beautify executable.
5555Default: 'js-beautify' `
5656
57- *codefmt:black_executable*
58- The path to the black executable.
59- Default: 'black' `
60-
6157 *codefmt:yapf_executable*
6258The path to the yapf executable.
6359Default: 'yapf' `
6460
61+ *codefmt:black_executable*
62+ The path to the black executable.
63+ Default: 'black' `
64+
6565 *codefmt:gn_executable*
6666The path to the gn executable.
6767Default: 'gn' `
@@ -122,6 +122,18 @@ Default: 'zprint' `
122122The path to the fish_indent executable.
123123Default: '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]*
126138Configures whether plugin/autocmds.vim should be loaded.
127139Default: 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