restructured nvim config

This commit is contained in:
pika 2024-08-18 13:51:43 +02:00
parent 22d4936a21
commit 6bb0e86ded
9 changed files with 148 additions and 147 deletions

View file

@ -2,14 +2,14 @@ return {
"rcarriga/nvim-notify",
config = function()
require("notify").setup({
stages = "fade_in_slide_out",
stages = "slide",
background_colour = "FloatShadow",
max_width = 60,
max_width = 120,
timeout = 2750,
render = "compact",
render = "wrapped-compact",
-- Minimum/Maximum width for notification windows
minimum_width = 30,
maximum_width = 60,
maximum_width = 120,
-- Function called when a new window is opened, use for changing win settings/config
on_open = nil,