From 85a053cb928550e3715df3b27f166c33845247c4 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:47:37 -0500 Subject: [PATCH] let it snow! --- lua/plugins.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 4bf1840..3e23639 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -1,4 +1,9 @@ local plugins = { + { + "marcussimonsen/let-it-snow.nvim", + cmd = "LetItSnow", -- Wait with loading until command is run + opts = {}, + }, { "norcalli/nvim-colorizer.lua", },