mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
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:
parent
49a1afab53
commit
f3655c33a3
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ return {
|
|||
},
|
||||
},
|
||||
opts = {
|
||||
stages = "static",
|
||||
timeout = 3000,
|
||||
max_height = function()
|
||||
return math.floor(vim.o.lines * 0.75)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue