From 49f91dd2483710c1efb7780a4b4290263848d9d9 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Mon, 24 Apr 2023 00:10:05 -0400 Subject: [PATCH] update lsp-zero to v2 --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 5a5483a..d34e466 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -25,7 +25,7 @@ local plugins = require('packer').startup(function(use) -- lsp use { 'VonHeikemen/lsp-zero.nvim', - branch = 'v1.x', + branch = 'v2.x', requires = { -- LSP Support {'neovim/nvim-lspconfig'},