mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 02:38:38 +02:00
plugins/copilot-lua: fix documentation generation
This commit is contained in:
parent
1a8bd3bdc1
commit
dc44b6a2a6
1 changed files with 11 additions and 13 deletions
|
@ -72,19 +72,17 @@ in {
|
|||
helpers.defaultNullOpts.mkNullable
|
||||
(with types; attrsOf (either bool helpers.rawType))
|
||||
''
|
||||
```
|
||||
{
|
||||
yaml = false;
|
||||
markdown = false;
|
||||
help = false;
|
||||
gitcommit = false;
|
||||
gitrebase = false;
|
||||
hgcommit = false;
|
||||
svn = false;
|
||||
cvs = false;
|
||||
"." = false;
|
||||
}
|
||||
```
|
||||
{
|
||||
yaml = false;
|
||||
markdown = false;
|
||||
help = false;
|
||||
gitcommit = false;
|
||||
gitrebase = false;
|
||||
hgcommit = false;
|
||||
svn = false;
|
||||
cvs = false;
|
||||
"." = false;
|
||||
}
|
||||
''
|
||||
''
|
||||
Specify filetypes for attaching copilot.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue