Migrate to lsp-zero 3.x branch

This commit is contained in:
CronyAkatsuki 2023-12-24 14:19:45 +01:00
parent 3dbf7b8ed4
commit 5f44b663e3
3 changed files with 47 additions and 19 deletions

View file

@ -19,7 +19,7 @@ require('lazy').setup({
{
'VonHeikemen/lsp-zero.nvim',
branch = 'v1.x',
branch = 'v3.x',
dependencies = {
-- LSP Support
{ 'neovim/nvim-lspconfig' },