summaryrefslogtreecommitdiffstats
path: root/lua/core/overrides/notify.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/core/overrides/notify.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/lua/core/overrides/notify.lua b/lua/core/overrides/notify.lua
deleted file mode 100644
index f816d86..0000000
--- a/lua/core/overrides/notify.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-require('notify').setup(
- {
- icons = {
- DEBUG = "B",
- ERROR = "x",
- INFO = "i",
- TRACE = "t",
- WARN = "!"
- },
- minimum_width = 35,
- max_width = 80,
- render = "compact",
- }
-)