style: minor styling plugins included

This commit is contained in:
2025-09-11 17:19:28 +02:00
parent a6b7e13440
commit 3a2c5a5ea4
3 changed files with 32 additions and 2 deletions

View File

@@ -10,8 +10,23 @@ return {
variant = "darker", -- dark, light, darker | dawn
},
},
{ "echasnovski/mini.icons" },
{
"folke/noice.nvim",
event = "VeryLazy",
opts = function()
return require("plugins.opts.noice")
end,
dependencies = {
"MunifTanjim/nui.nvim",
-- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback
-- "rcarriga/nvim-notify",
}
},
{
"shortcuts/no-neck-pain.nvim",