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:
Folke Lemaitre committed 2024-03-26 17:35:27 +01:00
1 parent 49a1afab53
commit f3655c33a3
1 file changed
+1
+1
View File
@@ -12,6 +12,7 @@ return {
},
},
opts = {
stages = "static",
timeout = 3000,
max_height = function()
return math.floor(vim.o.lines * 0.75)