mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 01:38:47 +02:00
fix: nvim-notify background
This commit is contained in:
parent
be59c58be4
commit
7482132068
3 changed files with 5 additions and 4 deletions
|
@ -24,7 +24,8 @@ return {
|
|||
config = function()
|
||||
local notify = require "notify"
|
||||
-- this for transparency
|
||||
notify.setup { background_colour = "#000000", render = "compact" }
|
||||
-- notify.setup { background_colour = "#000000", render = "compact" }
|
||||
notify.setup { render = "compact" }
|
||||
-- this overwrites the vim notify function
|
||||
vim.notify = notify.notify
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue