From 70abc1f30f772757088b13d97256423385156080 Mon Sep 17 00:00:00 2001 From: Squibid Date: Wed, 15 Feb 2023 23:11:33 -0500 Subject: Major changes including better ui and more keybinds :) --- lua/core/overrides/notify.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lua/core/overrides/notify.lua (limited to 'lua/core/overrides/notify.lua') diff --git a/lua/core/overrides/notify.lua b/lua/core/overrides/notify.lua new file mode 100644 index 0000000..f816d86 --- /dev/null +++ b/lua/core/overrides/notify.lua @@ -0,0 +1,14 @@ +require('notify').setup( + { + icons = { + DEBUG = "B", + ERROR = "x", + INFO = "i", + TRACE = "t", + WARN = "!" + }, + minimum_width = 35, + max_width = 80, + render = "compact", + } +) -- cgit v1.2.1