mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
fix: nvim-notify throwing errors with bg color
This commit is contained in:
parent
fed83cd8ce
commit
9772bb57c2
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ in {
|
||||||
vim.luaConfigRC.nvim-notify = nvim.dag.entryAnywhere ''
|
vim.luaConfigRC.nvim-notify = nvim.dag.entryAnywhere ''
|
||||||
require('notify').setup {
|
require('notify').setup {
|
||||||
stages = 'fade_in_slide_out',
|
stages = 'fade_in_slide_out',
|
||||||
timeout = 5000,
|
timeout = 1000,
|
||||||
|
background_colour = '#000000',
|
||||||
position = 'top_right',
|
position = 'top_right',
|
||||||
icons = {
|
icons = {
|
||||||
ERROR = '',
|
ERROR = '',
|
||||||
|
|
Loading…
Reference in a new issue