added git notification

This commit is contained in:
2026-02-27 15:24:51 +00:00
parent 679201030a
commit 93c0eb4679
2 changed files with 35 additions and 5 deletions

View File

@@ -2,6 +2,11 @@ return {
"folke/noice.nvim",
event = "VeryLazy",
config = function()
vim.notify = require("notify").setup({
background_colour = "#000000",
render = "compact",
stages = "slide",
})
require("noice").setup({
messages = {
enabled = true,
@@ -32,11 +37,6 @@ return {
lsp_doc_border = false, -- add a border to hover docs and signature help
},
})
require("notify").setup({
background_colour = "#000000",
render = "compact",
stages = "slide",
})
end,
dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries