From fe62b8f2c308ea5c289b20cbd952d6b50f713a67 Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Fri, 27 Jan 2023 00:15:15 +0700 Subject: [PATCH] update transparant config --- lua/plugins/init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index d8ec55f..84e9b83 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -291,7 +291,8 @@ return { "rcarriga/nvim-notify", event = "BufRead", config = function() - vim.notify = require("notify") + -- vim.notify = require("notify") -- ini jika tidak transparant + vim.notify = require("notify").setup({ background_colour = "#000000" }) end, }, -- for resize screen