Skip to content

Replacing deprecated start method for neovim #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

luizfilipe
Copy link

From neovim v0.11 the method vim.lsp.start_client({ became deprecated, so this commit replaces it for vim.lsp.start which is the healthcheck suggestion.

- WARNING vim.lsp.start_client() is deprecated. Feature will be removed
in Nvim 0.13
  - ADVICE:
    - use vim.lsp.start() instead.
    - stack traceback:

/home/luizfilipe/.local/share/nvim/lazy/copilot.vim/lua/_copilot.lua:31

At the moment we are not accepting contributions to the repository.

From neovim v0.11 the method `vim.lsp.start_client({` became deprecated,
so this commit replaces it for `vim.lsp.start` which is the healthcheck
suggestion.

```
- WARNING vim.lsp.start_client() is deprecated. Feature will be removed
in Nvim 0.13
  - ADVICE:
    - use vim.lsp.start() instead.
    - stack traceback:

/home/luizfilipe/.local/share/nvim/lazy/copilot.vim/lua/_copilot.lua:31
```
Copy link

At the moment we are not accepting contributions to the repository.

Feedback for Copilot.vim can be given in the Copilot community discussions.

@github-actions github-actions bot closed this Mar 28, 2025
@tpope
Copy link
Collaborator

tpope commented Mar 28, 2025

I'll take care of this in the next release, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants