1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
WombleWoo7547
3192621fba
Merge 994b0d4c84dcf9e780d5887c7527a9ab04ef2d8b into 3040fa7969538e5143cdd747d609e1488adf589f 2024-10-09 23:37:29 +08:00
jdhao
3040fa7969 use a cmp-fork for now
Until cmp is maintained again or switch??
2024-10-09 17:37:21 +02:00

View File

@ -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",
},
}