refactor(nvim): stop showing update pop up

main
sgoudham 11 months ago
parent 089aabf502
commit 013d8bc876
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -25,7 +25,7 @@ require("lazy").setup({
}, },
install = { colorscheme = { "catppuccin" } }, install = { colorscheme = { "catppuccin" } },
change_detection = { notify = false }, change_detection = { notify = false },
checker = { enabled = true }, checker = { enabled = false },
performance = { performance = {
rtp = { rtp = {
disabled_plugins = { disabled_plugins = {

Loading…
Cancel
Save