This commit is contained in:
2026-07-22 22:00:20 +03:00
parent e15b36801c
commit ec03680eb1
2 changed files with 15 additions and 3 deletions

View File

@ -31,7 +31,10 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates
checker = { enabled = true },
checker = {
enabled = true,
notify = false
},
})
local function augroup(name)

View File

@ -53,7 +53,16 @@ return {
"folke/noice.nvim",
event = "VeryLazy",
opts = {
-- add any options here
presets = {
lsp_doc_border = true,
},
routes = {
{
filter = { event = "msg_show" },
view = "mini",
opts = { timeout = 900 },
},
},
},
dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries