feat: noice setup to avoid issues with markdown lsp hovers and better lualine experience
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user