mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
add: update tune config
This commit is contained in:
parent
86d1629612
commit
d2799f9f3f
4 changed files with 209 additions and 191 deletions
|
@ -15,7 +15,8 @@ return {
|
|||
dependencies = {
|
||||
{ "MunifTanjim/nui.nvim", enabled = use_noice },
|
||||
},
|
||||
event = "BufWinEnter",
|
||||
-- event = "BufWinEnter",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
messages = {
|
||||
enabled = false,
|
||||
|
@ -102,15 +103,15 @@ return {
|
|||
},
|
||||
{
|
||||
"hrsh7th/cmp-cmdline",
|
||||
-- event = "VeryLazy",
|
||||
event = "VeryLazy",
|
||||
enabled = use_noice,
|
||||
init = function()
|
||||
-- load if mode command mode
|
||||
vim.api.nvim_create_autocmd("CmdlineEnter", {
|
||||
callback = function()
|
||||
require("lazy").load({ plugins = { "cmp-cmdline" } })
|
||||
end,
|
||||
})
|
||||
-- vim.api.nvim_create_autocmd("CmdlineEnter", {
|
||||
-- callback = function()
|
||||
-- require("lazy").load({ plugins = { "cmp-cmdline" } })
|
||||
-- end,
|
||||
-- })
|
||||
end,
|
||||
config = function()
|
||||
local cmp = require("cmp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue