refactor(nvim): disable notification on config change

main
sgoudham 1 year ago
parent 5995ff505c
commit ce272dc5e5
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -24,6 +24,9 @@ require("lazy").setup({
version = false, -- always use the latest git commit version = false, -- always use the latest git commit
}, },
install = { colorscheme = { "catppuccin" } }, install = { colorscheme = { "catppuccin" } },
change_detection = {
notify = false,
},
checker = { enabled = true }, -- automatically check for plugin updates checker = { enabled = true }, -- automatically check for plugin updates
performance = { performance = {
rtp = { rtp = {

Loading…
Cancel
Save