From 7c6161c6acc7e36fe81184921435d3a2cb66c216 Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 19 Apr 2026 10:16:10 +0200 Subject: [PATCH] Revert "fix: remove dashboard startup section (no lazy.nvim)" This reverts commit 9385589aeb20aa9c01a21bd94ac4922bfd942570. --- plugins/options.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/options.nix b/plugins/options.nix index a5b1aa3..3365419 100644 --- a/plugins/options.nix +++ b/plugins/options.nix @@ -12,13 +12,6 @@ registers = "unnamedplus"; }; - luaConfigRC.lazy-stats-shim = lib.nvim.dag.entryAfter ["globalsScript"] '' - -- Shim lazy.stats so snacks dashboard doesn't error without lazy.nvim - package.loaded["lazy.stats"] = { - stats = function() return { startuptime = 0, count = 0, loaded = 0 } end - } - ''; - luaConfigRC.options = lib.nvim.dag.entryAfter ["globalsScript"] '' vim.opt.tabstop = 2 vim.opt.shiftwidth = 2