disable update notification

lazyvim
Andy Teijelo 2023-03-14 20:27:41 -04:00
parent c1dbb28eac
commit a707db0529
3 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,7 @@ require("lazy").setup({
-- version = "*", -- try installing the latest stable version for plugins that support semver -- version = "*", -- try installing the latest stable version for plugins that support semver
}, },
install = { colorscheme = { "tokyonight", "habamax" } }, install = { colorscheme = { "tokyonight", "habamax" } },
checker = { enabled = true }, -- automatically check for plugin updates checker = { enabled = true, notify = false }, -- automatically check for plugin updates
performance = { performance = {
rtp = { rtp = {
-- disable some rtp plugins -- disable some rtp plugins

View File

@ -1 +0,0 @@
return {}

View File

@ -1,6 +1,6 @@
return { return {
"folke/noice.nvim", "folke/noice.nvim",
enabled = true, enabled = false,
opts = { opts = {
cmdline = { cmdline = {
enabled = true, enabled = true,