1
0
Fork 0
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:
Austin Horstman 2025-12-16 19:40:16 -06:00 committed by Gaétan Lepage
parent ebacf86f2b
commit 417f28297b
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -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 = {