vim.lsp.start.Opts
@inlinedoc
Fields4
Opts.reuse_client : fun(client: vim.lsp.Client, config: vim.lsp.ClientConfig, bufnr: integer) -> boolean | nil
Opts.bufnr : nil | integer
Buffer handle to attach to if starting or re-using a client (0 for current).
Opts.attach : nil | boolean
Whether to attach the client to a buffer (default true). If set to false, reuse_client and bufnr will be ignored.
Opts.silent : nil | boolean
Suppress error reporting if the LSP server fails to start (default false).