disable update notification
This commit is contained in:
parent
c1dbb28eac
commit
a707db0529
3 changed files with 2 additions and 3 deletions
|
@ -27,7 +27,7 @@ require("lazy").setup({
|
|||
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
||||
},
|
||||
install = { colorscheme = { "tokyonight", "habamax" } },
|
||||
checker = { enabled = true }, -- automatically check for plugin updates
|
||||
checker = { enabled = true, notify = false }, -- automatically check for plugin updates
|
||||
performance = {
|
||||
rtp = {
|
||||
-- disable some rtp plugins
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
return {}
|
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
"folke/noice.nvim",
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
opts = {
|
||||
cmdline = {
|
||||
enabled = true,
|
||||
|
|
Loading…
Reference in a new issue