noice + notify
This commit is contained in:
7
lua/config/notify.lua
Normal file
7
lua/config/notify.lua
Normal file
@ -0,0 +1,7 @@
|
||||
require('notify').setup({
|
||||
max_width = 100, -- Максимальная ширина окна уведомления
|
||||
max_height = 50, -- Максимальная высота окна уведомления
|
||||
-- Другие стандартные опции nvim-notify
|
||||
top_down = true, -- Размещать уведомления снизу вверх
|
||||
timeout = 1500, -- Время отображения в мс
|
||||
})
|
||||
Reference in New Issue
Block a user