Updated LSP-Zero to v3.0 and fixed Unity integration

This commit is contained in:
Trianta
2024-02-03 22:23:06 -06:00
parent f4b96ba916
commit 40ae02a20a
2 changed files with 68 additions and 27 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
return {
'VonHeikemen/lsp-zero.nvim',
branch = 'v1.x',
branch = 'v3.x',
dependencies = {
-- LSP Support
"neovim/nvim-lspconfig", -- Required
@@ -18,5 +18,5 @@ return {
-- Snippets
'L3MON4D3/LuaSnip', -- Required
'rafamadriz/friendly-snippets', -- Optional
},
}
}