mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
docs(lsp): mark ClientConfig.init_options
as optional
Followup to neovim/neovim#27443
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user