From 34631d766128bdce754fea9ec6e40fce9b50b38a Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Thu, 28 Mar 2024 12:14:34 +0530 Subject: [PATCH] Refactor: change variable name to avoid unused warning --- lua/setup/colorscheme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/setup/colorscheme.lua b/lua/setup/colorscheme.lua index 2b75da9..a6d1d26 100644 --- a/lua/setup/colorscheme.lua +++ b/lua/setup/colorscheme.lua @@ -1,6 +1,6 @@ -local ok, nightfox = pcall(require, "nightfox") +local ok, _colors = pcall(require, "nightfox") if not ok then - return + return end -- setup must be called before loading