all repos

init.lua @ 1188c5bcbe552bdeda9f00fe9afb12b3db1be40b

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
fix(snacks): disable lazy loading
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-03-15 16:14:43 +0200
Parent: cdf79b3
M lua/plugins/snacks.lua

@@ -1,7 +1,7 @@

---@type LazySpec return { "folke/snacks.nvim", - event = "VeryLazy", + lazy = false, ---@module "snacks" ---@type snacks.Config opts = {