this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable lazy.nvim auto checking on boot

so nvim starts up faster!

+2 -2
+2 -2
nvim/lua/config/lazy.lua
··· 30 30 -- Configure any other settings here. See the documentation for more details. 31 31 -- colorscheme that will be used when installing plugins. 32 32 install = { colorscheme = { "rose-pine" } }, 33 - -- automatically check for plugin updates 34 - checker = { enabled = true }, 33 + -- disable automatic checking for plugin updates 34 + checker = { enabled = false }, 35 35 })