plugins/copilot-lua: fix documentation generation

This commit is contained in:
Gaetan Lepage 2023-06-22 14:13:18 +02:00 committed by Gaétan Lepage
parent 1a8bd3bdc1
commit dc44b6a2a6

View file

@ -72,19 +72,17 @@ in {
helpers.defaultNullOpts.mkNullable helpers.defaultNullOpts.mkNullable
(with types; attrsOf (either bool helpers.rawType)) (with types; attrsOf (either bool helpers.rawType))
'' ''
``` {
{ yaml = false;
yaml = false; markdown = false;
markdown = false; help = false;
help = false; gitcommit = false;
gitcommit = false; gitrebase = false;
gitrebase = false; hgcommit = false;
hgcommit = false; svn = false;
svn = false; cvs = false;
cvs = false; "." = false;
"." = false; }
}
```
'' ''
'' ''
Specify filetypes for attaching copilot. Specify filetypes for attaching copilot.