11 lines
140 B
Lua
11 lines
140 B
Lua
return {
|
|
"folke/noice.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
-- add any options here
|
|
},
|
|
dependencies = {
|
|
"MunifTanjim/nui.nvim",
|
|
}
|
|
}
|