Skip to content

Commit

Permalink
fix nvim-notify flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbaculi committed Aug 28, 2024
1 parent c6870c7 commit 777efb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion private_dot_config/nvim/lua/plugins/nvim-notify.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
return {
"rcarriga/nvim-notify",
event = "VeryLazy",
config = function() vim.notify = require("notify") end,
opts = {
stages = "static",
render = "compact",
timeout = 3000,
},
}

0 comments on commit 777efb6

Please sign in to comment.