Remove animations from nvim notify as it was causing the cursor to

flicker.
This commit is contained in:
Martin Larsson 2024-09-22 13:58:53 +02:00
parent 2b1009e9f3
commit 9d63c7b0a5

View file

@ -8,8 +8,9 @@ return {
"rcarriga/nvim-notify",
opts = {
background_colour = "#24273a",
fps = 60,
fps = 1,
render = "compact",
stages = "static"
}
}
},