Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Disable update-check for lazy.nvim

+1 -1
+1 -1
nvim/lua/plugins.lua
··· 16 16 17 17 require("lazy").setup({ 18 18 install = { colorscheme = { "noirbuddy" } }, 19 - checker = { enabled = true }, 19 + checker = { enabled = false }, 20 20 spec = { 21 21 -- Color themes 22 22 { "shaunsingh/nord.nvim", priority = 1000, lazy = true },