nvim: disable annoying lazy notifications

This commit is contained in:
insects 2025-05-20 18:24:29 +02:00
parent b610723ea6
commit d63caef756

View file

@ -18,6 +18,9 @@ vim.g.mapleader = " "
vim.g.maplocalleader = "\\" vim.g.maplocalleader = "\\"
require("lazy").setup({ require("lazy").setup({
checker = {
notify = false,
},
spec = { spec = {
{ {
import = "plugins", import = "plugins",