mirror of https://github.com/folke/neoconf.nvim
chore(build): auto-generate vimdoc, schemas and annotations
This commit is contained in:
parent
0995e82a52
commit
4b82da74f9
|
|
@ -126,6 +126,11 @@
|
|||
"default": null,
|
||||
"description": "path of the workspace root on remote system",
|
||||
"type": "string"
|
||||
},
|
||||
"perl.useTaintForSyntaxCheck": {
|
||||
"default": false,
|
||||
"description": "Use -T for syntax check.",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7825,6 +7825,8 @@
|
|||
-- default = <userdata 1>
|
||||
-- ```
|
||||
---@field sshWorkspaceRoot string
|
||||
-- Use -T for syntax check.
|
||||
---@field useTaintForSyntaxCheck boolean
|
||||
|
||||
---@class lspconfig.settings.perlls
|
||||
---@field perl _.lspconfig.settings.perlls.Perl
|
||||
|
|
|
|||
Loading…
Reference in New Issue