feat: noice setup to avoid issues with markdown lsp hovers and better lualine experience

This commit is contained in:
2026-08-27 22:08:58 +02:00
parent 4d38ef5b31
commit 393bd9598b
2 changed files with 91 additions and 0 deletions

View File

@@ -1,4 +1,14 @@
local config = {
{
"folke/noice.nvim",
event = "VeryLazy",
opts = function()
return require("plugins.opts.noice")
end,
dependencies = {
"MunifTanjim/nui.nvim",
},
},
{
"mason-org/mason.nvim",
opts = {