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", },