From 4263e3ccef4557b8ae55c55a55950549f8661bcf Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Mon, 22 Dec 2025 14:40:02 +0000 Subject: [PATCH] Fixed undeclared var usage --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ec39a9b..0e1cf14 100644 --- a/init.lua +++ b/init.lua @@ -19,5 +19,5 @@ end vim.opt.rtp:prepend(lazypath) -require("lazy").setup("plugins", opts) +require("lazy").setup("plugins") require("nvim-web-devicons").refresh() -- This fixes screwiness with the devicon colors