Commit 42caab0
committed
Replacing deprecated start method for neovim
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
```1 parent a9228e0 commit 42caab0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments