Files
nvim-config/lua/plugins/disable-news-alert.lua
T
2026-04-26 22:18:42 -05:00

10 lines
100 B
Lua

return {
"LazyVim/LazyVim",
opts = {
news = {
lazyvim = false,
neovim = false,
},
},
}