This commit is contained in:
asep komarudin 2023-03-12 16:28:26 +07:00
parent f8d0cf2da0
commit d9d2af05a3
5 changed files with 12 additions and 14 deletions

View file

@ -6,8 +6,7 @@ return {
dependencies = {
"MunifTanjim/nui.nvim",
},
-- event = "BufWinEnter",
event = "VeryLazy",
event = "BufWinEnter",
opts = {
messages = {
enabled = false,
@ -101,7 +100,6 @@ return {
},
{
"hrsh7th/cmp-cmdline",
-- event = "BufWinEnter",
event = "VeryLazy",
config = function()
local cmp = require("cmp")