mirror of https://github.com/folke/neoconf.nvim
chore(build): auto-generate vimdoc, schemas and annotations
This commit is contained in:
parent
fbf0184099
commit
3c1b589a73
|
|
@ -528,6 +528,11 @@
|
|||
"null"
|
||||
]
|
||||
},
|
||||
"pylsp.signature.include_docstring": {
|
||||
"default": true,
|
||||
"description": "Include signature docstring.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"pylsp.signature.line_length": {
|
||||
"default": 88,
|
||||
"description": "Maximum line length in signatures.",
|
||||
|
|
|
|||
|
|
@ -12418,6 +12418,12 @@
|
|||
-- default = "black"
|
||||
-- ```
|
||||
---@field formatter "black" | "ruff"
|
||||
-- Include signature docstring.
|
||||
--
|
||||
-- ```lua
|
||||
-- default = true
|
||||
-- ```
|
||||
---@field include_docstring boolean
|
||||
-- Maximum line length in signatures.
|
||||
--
|
||||
-- ```lua
|
||||
|
|
|
|||
Loading…
Reference in New Issue