Remove animations from nvim notify as it was causing the cursor to
flicker.
This commit is contained in:
parent
2b1009e9f3
commit
9d63c7b0a5
1 changed files with 2 additions and 1 deletions
|
|
@ -8,8 +8,9 @@ return {
|
|||
"rcarriga/nvim-notify",
|
||||
opts = {
|
||||
background_colour = "#24273a",
|
||||
fps = 60,
|
||||
fps = 1,
|
||||
render = "compact",
|
||||
stages = "static"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue