neovim/test/functional/plugin
Lewis Russell ed1b66bd99
refactor(lsp): move more code to client.lua
The dispatchers used by the RPC client should be defined in the client,
so they have been moved there. Due to this, it also made sense to move
all code related to client configuration and the creation of the RPC
client there too.

Now vim.lsp.start_client is significantly simplified and now mostly
contains logic for tracking open clients.

- Renamed client.new -> client.start
2024-02-11 12:37:20 +00:00
..
lsp feat(lsp): deprecate severity_limit 2024-02-08 16:58:49 +00:00
ccomplete_spec.lua dist: generated version of ccomplete.vim (#21623) 2023-01-05 11:00:32 -05:00
cfilter_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
editorconfig_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
health_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
lsp_spec.lua refactor(lsp): move more code to client.lua 2024-02-11 12:37:20 +00:00
man_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
matchparen_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
msgpack_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
shada_spec.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
tutor_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00