From 9b544636bb0e66659714f232452a184f7c526c61 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 16 Oct 2023 22:09:43 +0200 Subject: Moved notify settings here --- lua/plugins/notify.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/plugins/notify.lua (limited to 'lua/plugins/notify.lua') diff --git a/lua/plugins/notify.lua b/lua/plugins/notify.lua new file mode 100644 index 0000000..668b3de --- /dev/null +++ b/lua/plugins/notify.lua @@ -0,0 +1,10 @@ +require('notify').setup({ + background_colour = '#000000', + icons = { + ERROR = '', + WARN = '', + INFO = '', + DEBUG = '', + TRACE = '✎', + }, +}) -- cgit v1.2.3