mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix(lsp): change silent
in lsp.start.Opts to optional (#28524)
This commit is contained in:
committed by
GitHub
parent
73034611c2
commit
9b8a075539
@ -201,7 +201,7 @@ end
|
||||
--- @field bufnr integer
|
||||
---
|
||||
--- Suppress error reporting if the LSP server fails to start (default false).
|
||||
--- @field silent boolean
|
||||
--- @field silent? boolean
|
||||
|
||||
--- Create a new LSP client and start a language server or reuses an already
|
||||
--- running client if one is found matching `name` and `root_dir`.
|
||||
|
Reference in New Issue
Block a user