disable annoying update plugin popup in lazy

This commit is contained in:
Cy Pokhrel 2024-10-26 18:47:50 -04:00
parent e4a9607ed7
commit 2deec91f51
No known key found for this signature in database
GPG key ID: 1200FBE36C2ADE2E
6 changed files with 56 additions and 57 deletions

View file

@ -6,15 +6,15 @@
"cmp-omni": { "branch": "main", "commit": "4ef610bbd85a5ee4e97e09450c0daecbdc60de86" },
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
"dressing.nvim": { "branch": "master", "commit": "1b7921eecc65af1baf8ac1dc06f0794934cbcfb2" },
"fzf-lua": { "branch": "main", "commit": "052491ee887b04e231787515a81aa3f358a68147" },
"fzf-lua": { "branch": "main", "commit": "ca1dfa6259cd987e780e23f5491f571c597d01eb" },
"gitsigns.nvim": { "branch": "main", "commit": "ee7634ab4f0a6606438fe13e16cbf2065589a5ed" },
"lazy.nvim": { "branch": "main", "commit": "cf8ecc2c5e4332760431a33534240b0cbc6680ab" },
"lualine.nvim": { "branch": "master", "commit": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056" },
"nvim-autopairs": { "branch": "master", "commit": "ee297f215e95a60b01fde33275cc3c820eddeebe" },
"nvim-cmp": { "branch": "main", "commit": "29fb4854573355792df9e156cb779f0d31308796" },
"nvim-lspconfig": { "branch": "master", "commit": "28b205ebe73a18f401e040585106f9bafd8ff21f" },
"nvim-tree.lua": { "branch": "master", "commit": "8760d76c1d316aa46f141f3f2b80b853a2acc41e" },
"nvim-treesitter": { "branch": "master", "commit": "48fc5d1dfe3dded8028826dfee7526e26212c73b" },
"nvim-tree.lua": { "branch": "master", "commit": "f3efc25e56543688e654b3c575a4c7632c63f70d" },
"nvim-treesitter": { "branch": "master", "commit": "46a6587a23eb842411e27f325280e8d7f71bd00a" },
"nvim-web-devicons": { "branch": "master", "commit": "19d257cf889f79f4022163c3fbb5e08639077bd8" },
"tokyonight.nvim": { "branch": "main", "commit": "2e1daa1d164ad8cc3e99b44ca68e990888a66038" },
"ultisnips": { "branch": "master", "commit": "49dc8cb2086db19d385791c8e1635723b0fd95c7" },

View file

@ -83,6 +83,5 @@ local plugin_specs = {
require("lazy").setup({
spec = plugin_specs,
checker = { enabled = true },
rocks = { enabled = true },
})