fix: nvim-notify throwing errors with bg color

This commit is contained in:
NotAShelf 2023-02-05 16:15:24 +03:00
parent fed83cd8ce
commit 9772bb57c2
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

@ -18,7 +18,8 @@ in {
vim.luaConfigRC.nvim-notify = nvim.dag.entryAnywhere ''
require('notify').setup {
stages = 'fade_in_slide_out',
timeout = 5000,
timeout = 1000,
background_colour = '#000000',
position = 'top_right',
icons = {
ERROR = '',