mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update
This commit is contained in:
parent
f8d0cf2da0
commit
d9d2af05a3
5 changed files with 12 additions and 14 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue