fix(nvim): set nvim-notify background color

This commit is contained in:
2023-07-31 09:07:44 +03:00
parent cd0fff756e
commit 9e3cc80694

View File

@@ -78,6 +78,9 @@ return {
-- augroups/autocommands and custom filetypes also this just pure lua so
-- anything that doesn't fit in the normal config locations above can go here
polish = function()
require("notify").setup({
background_colour = "#000000",
})
-- Set up custom filetypes
-- vim.filetype.add {
-- extension = {