diff options
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/notify.lua | 10 |
1 files changed, 10 insertions, 0 deletions
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 = '✎', + }, +}) |
