pest.vim icon indicating copy to clipboard operation
pest.vim copied to clipboard

refactor: updated to `vim.lsp` as `require("lspconfig")` is deprecated

Open TimeTravelPenguin opened this issue 4 months ago • 1 comments

Updated to use vim.lsp.config if available to resolve deprecation issue for neovim version >= 0.11.

More info can be seen here: https://neovim.io/doc/user/lsp.html See also nvim-lspconfig repo: https://github.com/neovim/nvim-lspconfig

If you do not wish to support older versions, you can remove the if statements else branch.

TimeTravelPenguin avatar Sep 20 '25 09:09 TimeTravelPenguin

Bumping this PR - I've been having this annoying warning on my NeoVim config for a while now, and I was only just able to track it down to this plugin.

brennenputh avatar Nov 02 '25 00:11 brennenputh