Dotfiles/.config/nvim/lua/plugins/noice.lua

10 lines
123 B
Lua
Raw Normal View History

2024-03-11 10:28:30 +00:00
return {
"folke/noice.nvim",
event = "VeryLazy",
opts = {
},
dependencies = {
"MunifTanjim/nui.nvim",
},
}