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,7 +72,6 @@ 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;
@ -84,7 +83,6 @@ in {
cvs = false; cvs = false;
"." = false; "." = false;
} }
```
'' ''
'' ''
Specify filetypes for attaching copilot. Specify filetypes for attaching copilot.