perf(notify): disable animation notifications. too big impact on performance for too little benefit
To keep using animations, you can set stages = fade_in_slide_out for the nvim-notify plugin
This commit is contained in:
@ -12,6 +12,7 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
stages = "static",
|
||||||
timeout = 3000,
|
timeout = 3000,
|
||||||
max_height = function()
|
max_height = function()
|
||||||
return math.floor(vim.o.lines * 0.75)
|
return math.floor(vim.o.lines * 0.75)
|
||||||
|
Reference in New Issue
Block a user