mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-19 15:31:13 +01:00
docs: drop deprecated vim.lsp.start_client refs
Point documentation to :h vim.lsp.start().
This commit is contained in:
parent
ebacf86f2b
commit
417f28297b
2 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
Ensure that the `name` field is not overridden as is is used for efficiency reasons in
|
||||
numerous checks to verify copilot is actually running.
|
||||
|
||||
See `:h vim.lsp.start_client` for list of options.
|
||||
See `:h vim.lsp.start()` for list of options.
|
||||
'';
|
||||
example = {
|
||||
trace = "verbose";
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
name = "zk";
|
||||
}
|
||||
''
|
||||
LSP configuration. See `:h vim.lsp.start_client()`.
|
||||
LSP configuration. See `:h vim.lsp.start()`.
|
||||
'';
|
||||
|
||||
auto_attach = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue