docs(lsp): mark ClientConfig.init_options as optional

Followup to neovim/neovim#27443
This commit is contained in:
Christian Clason 2024-02-24 14:49:36 +01:00
parent febf481002
commit a0394b648c

View File

@ -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