init.lua/lua/plugins/noice.lua

13 lines
202 B
Lua
Raw Normal View History

2024-06-11 21:27:13 +05:30
local Plugin = { "folke/noice.nvim" }
Plugin.dependencies = {
"MunifTanjim/nui.nvim",
"rcarriga/nvim-notify",
}
Plugin.event = "VeryLazy"
Plugin.opts = {
-- add any options here
}
return Plugin