mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(lsp): mark ClientConfig.init_options
as optional
Followup to neovim/neovim#27443
This commit is contained in:
parent
febf481002
commit
a0394b648c
@ -21,7 +21,7 @@ local validate = vim.validate
|
||||
--- @field handlers? table<string,function>
|
||||
--- @field settings? table
|
||||
--- @field commands? table<string,fun(command: lsp.Command, ctx: table)>
|
||||
--- @field init_options table
|
||||
--- @field init_options? table
|
||||
--- @field name? string
|
||||
--- @field get_language_id? fun(bufnr: integer, filetype: string): string
|
||||
--- @field offset_encoding? string
|
||||
|
Loading…
Reference in New Issue
Block a user