Files
dotfiles/.config/nvim/lua/plugins/noice.lua
T
2025-04-30 04:59:01 -05:00

11 lines
140 B
Lua

return {
"folke/noice.nvim",
event = "VeryLazy",
opts = {
-- add any options here
},
dependencies = {
"MunifTanjim/nui.nvim",
}
}