Skip to content

Commit

Permalink
revert: 17a2867
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyilhampra committed Feb 12, 2024
1 parent b414be5 commit 7b67841
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/aquila/plugins/notify.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
return {
"rcarriga/nvim-notify",
config = function()
local notify = require("notify")
-- this for transparency
notify.setup({ background_colour = "#000000" })
-- this overwrites the vim notify function
vim.notify = notify.notify
end
}

0 comments on commit 7b67841

Please sign in to comment.