From 3040fa7969538e5143cdd747d609e1488adf589f Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 9 Oct 2024 17:35:59 +0200 Subject: [PATCH] use a cmp-fork for now Until cmp is maintained again or switch?? --- lua/plugin_specs.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua index 7a16309..9349987 100644 --- a/lua/plugin_specs.lua +++ b/lua/plugin_specs.lua @@ -23,7 +23,8 @@ end local plugin_specs = { -- auto-completion engine { - "hrsh7th/nvim-cmp", + "iguanacucumber/magazine.nvim", + name = "nvim-cmp", -- event = 'InsertEnter', event = "VeryLazy", dependencies = { @@ -38,7 +39,6 @@ local plugin_specs = { require("config.nvim-cmp") end, }, - { "neovim/nvim-lspconfig", event = { "BufRead", "BufNewFile" }, @@ -571,7 +571,7 @@ local plugin_specs = { config = function() require("config.live-command") end, - event = "VeryLazy" + event = "VeryLazy", }, }