From 2ea5ad32b3d33811de04ce7ec432beb00eef3cc6 Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Sat, 10 May 2025 13:26:52 -0400 Subject: things --- .config/nvim/lua/plugins.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.config/nvim/lua/plugins.lua') diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index a68da80..dc855b9 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -138,5 +138,15 @@ 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, }, }) -- cgit v1.2.3-70-g09d2