aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2025-05-10 13:26:52 -0400
committerAlec Goncharow <alec@goncharow.dev>2025-05-28 16:27:40 -0400
commitb675386b09ac63564557703f13e817790a8dbee1 (patch)
tree7bf79c688fd4ba931871bcc12c5ad2591628ff19 /.config/nvim/lua/plugins.lua
parent1a924cb0b24ba5799b3c4d5b550d940cfeb1a9df (diff)
things
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r--.config/nvim/lua/plugins.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 0a72469..45d7988 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -146,5 +146,13 @@ return require('lazy').setup({
event = "VeryLazy",
opts = {
},
+ "VonHeikemen/lsp-zero.nvim",
+ branch = "v2.x",
+ config = false,
+ init = function()
+ -- Disable automatic setup, we are doing it manually
+ vim.g.lsp_zero_extend_cmp = 0
+ vim.g.lsp_zero_extend_lspconfig = 0
+ end,
},
})