Skip to content

Commit

Permalink
fix(static): disable animation
Browse files Browse the repository at this point in the history
See #218
  • Loading branch information
rcarriga committed Sep 10, 2023
1 parent 4a0da37 commit 9485943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/notify/stages/static.lua
Expand Up @@ -21,7 +21,7 @@ return function(direction)
end,
function()
return {
col = { vim.opt.columns:get() },
col = vim.opt.columns:get(),
time = true,
}
end,
Expand Down

0 comments on commit 9485943

Please sign in to comment.