community/nvim-lspconfig: upgrade to 0.1.8
Backport !64641 (closed) and !67038 (merged).
This MR requires users of nvim-lspconfig
to add vim.cmd.packadd('nvim-lspconfig')
or :packadd nvim-lspconfig
in their neovim configuration before they require('lspconfig')
. This is to allow users to lazy load alpine provided neovim plugins.
I don't know how to introduce this breaking change. Maybe we add this in release notes? I'm open to suggestions.
Edited by Dhruvin Gandhi