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
},
install = { colorscheme = { "catppuccin" } },
change_detection = {
notify = false,
},
checker = { enabled = true }, -- automatically check for plugin updates
performance = {
rtp = {

Loading…
Cancel
Save