From a139e28b8e788828e74d7f37580ff204514ea752 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 11 Dec 2024 14:59:15 -0500 Subject: [PATCH] feat: support new command for seasonal animation --- lua/plugins/util.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index b31b28f..353732b 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -262,6 +262,11 @@ return { 'gregorias/coop.nvim', lazy = false, }, + { + 'marcussimonsen/let-it-snow.nvim', + cmd = 'LetItSnow', -- Wait with loading until command is run + opts = {}, + }, { -- yazi 'mikavilpas/yazi.nvim', cmd = 'Yazi',