sumarokov-vp
Results
2
comments of
sumarokov-vp
Found solution: I've disabled animation by setting 'stages' to 'static' ```lua return { "rcarriga/nvim-notify", config = function() require("notify").setup({ -- stages = "fade_in_slide_out", stages = "static", render = "compact", background_colour =...