mirror of
https://github.com/neovim/neovim.git
synced 2026-04-04 22:59:36 +00:00
refactor(lsp): merge vim.lsp.rpc.Client and vim.lsp.rpc.PublicClient
This commit is contained in:
@@ -169,7 +169,7 @@ end
|
||||
---
|
||||
--- See `cmd` in [vim.lsp.ClientConfig].
|
||||
--- See also `reuse_client` to dynamically decide (per-buffer) when `cmd` should be re-invoked.
|
||||
--- @field cmd? string[]|fun(dispatchers: vim.lsp.rpc.Dispatchers, config: vim.lsp.ClientConfig): vim.lsp.rpc.PublicClient
|
||||
--- @field cmd? string[]|fun(dispatchers: vim.lsp.rpc.Dispatchers, config: vim.lsp.ClientConfig): vim.lsp.rpc.Client
|
||||
---
|
||||
--- Filetypes the client will attach to, or `nil` for ALL filetypes. To match files by name,
|
||||
--- pattern, or contents, you can define a custom filetype using |vim.filetype.add()|:
|
||||
|
||||
Reference in New Issue
Block a user