mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-22 17:01: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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue