This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager/neovim/notify.lua

3 lines
76 B
Lua
Raw Normal View History

2024-07-09 19:58:33 +00:00
require("notify").setup({ stages = "fade" })
vim.notify = require("notify")