aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/disable-news-alert.lua
blob: 5b3cd763ad7638432c441fa441d8407cdc579a45 (plain)
1
2
3
4
5
6
7
8
9
return {
	"LazyVim/LazyVim",
	opts = {
		news = {
			lazyvim = false,
			neovim = false,
		},
	},
}