mirror of https://github.com/folke/neoconf.nvim
chore(build): auto-generate vimdoc, schemas and annotations
This commit is contained in:
parent
dd3cf8ac24
commit
7a8d7fd36f
|
|
@ -1705,7 +1705,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"basedpyright.analysis.inlayHints.genericTypes": {
|
||||
"default": false,
|
||||
"default": true,
|
||||
"description": "Whether to show inlay hints on inferred generic types.",
|
||||
"scope": "resource",
|
||||
"type": "boolean"
|
||||
|
|
|
|||
|
|
@ -794,6 +794,10 @@
|
|||
-- ```
|
||||
---@field functionReturnTypes boolean
|
||||
-- Whether to show inlay hints on inferred generic types.
|
||||
--
|
||||
-- ```lua
|
||||
-- default = true
|
||||
-- ```
|
||||
---@field genericTypes boolean
|
||||
-- Whether to show inlay hints on assignments to variables.
|
||||
--
|
||||
|
|
|
|||
Loading…
Reference in New Issue