Skip to content

Commit

Permalink
use a cmp-fork for now
Browse files Browse the repository at this point in the history
Until cmp is maintained again or switch??
  • Loading branch information
jdhao committed Oct 9, 2024
1 parent b9cf3cc commit 3040fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/plugin_specs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -38,7 +39,6 @@ local plugin_specs = {
require("config.nvim-cmp")
end,
},

{
"neovim/nvim-lspconfig",
event = { "BufRead", "BufNewFile" },
Expand Down Expand Up @@ -571,7 +571,7 @@ local plugin_specs = {
config = function()
require("config.live-command")
end,
event = "VeryLazy"
event = "VeryLazy",
},
}

Expand Down

0 comments on commit 3040fa7

Please sign in to comment.