From 9e3cc80694f6bae53e0898fc3c90bd84cbfa7b20 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 31 Jul 2023 09:07:44 +0300 Subject: [PATCH] fix(nvim): set nvim-notify background color --- config/astronvim/lua/user/init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/astronvim/lua/user/init.lua b/config/astronvim/lua/user/init.lua index 3b38f4c..3d6817b 100644 --- a/config/astronvim/lua/user/init.lua +++ b/config/astronvim/lua/user/init.lua @@ -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 = {