@@ -313,28 +313,28 @@ rustaceanvim.rustc.Opts *rustaceanvim.rustc.Opts*
313313rustaceanvim.lsp.ClientOpts *rustaceanvim.lsp.ClientOpts*
314314
315315 Fields: ~
316- {auto_attach?} (boolean|fun(bufnr:integer):boolean)
317- Whether to automatically attach the LSP client.
318- Defaults to `true` if the `rust- analyzer` executable is found.
319- {cmd?} (string[]| fun():string[] | fun(dispatchers:vim.lsp.rpc.Dispatchers):vim.lsp.rpc.PublicClient)
320- Command and arguments for starting rust-analyzer
321- Can be a list of arguments, a function that returns a list of arguments,
322- or a function that returns an LSP RPC client factory (see | vim.lsp.rpc.connect | ).
323- {root_dir?} (string| fun(filename:string,default:fun(filename:string):string | nil):string|nil)
324- The directory to use for the attached LSP.
325- Can be a function, which may return nil if no server should attach.
326- The second argument contains the default implementation, which can be used for fallback behavior.
327- {ra_multiplex ?} (rustaceanvim.ra_multiplex .Opts)
328- Options for connecting to ra-multiplex .
329-
330-
331- rustaceanvim.ra_multiplex .Opts *rustaceanvim.ra_multiplex .Opts*
316+ {auto_attach?} (boolean|fun(bufnr:integer):boolean)
317+ Whether to automatically attach the LSP client.
318+ Defaults to `true` if the `rust- analyzer` executable is found.
319+ {cmd?} (string[]| fun():string[] | fun(dispatchers:vim.lsp.rpc.Dispatchers):vim.lsp.rpc.PublicClient)
320+ Command and arguments for starting rust-analyzer
321+ Can be a list of arguments, a function that returns a list of arguments,
322+ or a function that returns an LSP RPC client factory (see | vim.lsp.rpc.connect | ).
323+ {root_dir?} (string| fun(filename:string,default:fun(filename:string):string | nil):string|nil)
324+ The directory to use for the attached LSP.
325+ Can be a function, which may return nil if no server should attach.
326+ The second argument contains the default implementation, which can be used for fallback behavior.
327+ {lspmux ?} (rustaceanvim.lspmux .Opts)
328+ Options for connecting to lspmux .
329+
330+
331+ rustaceanvim.lspmux .Opts *rustaceanvim.lspmux .Opts*
332332
333333 Fields: ~
334334 {enable?} (boolean)
335- Whether to enable ra-multiplex auto-discovery.
335+ Whether to enable lspmux auto-discovery.
336336 Default: `true` if `server.cmd` is not set, otherwise `false` .
337- If enabled, rustaceanvim will try to detect if an ra-multiplex server is running
337+ If enabled, rustaceanvim will try to detect if an lspmux server is running
338338 and connect to it (Linux and MacOS only).
339339 If auto-discovery does not work, you can set `server.cmd` to a function that
340340 returns an LSP RPC client factory (see | vim.lsp.rpc.connect | ).
0 commit comments