From 003452d28e3afe9e48b4a73f115d7b69848976c0 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 9 Sep 2023 11:22:29 +0530 Subject: [PATCH] Remove unused variables --- lua/colorschemes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/colorschemes.lua b/lua/colorschemes.lua index ac4b4ae..7e0df72 100644 --- a/lua/colorschemes.lua +++ b/lua/colorschemes.lua @@ -136,7 +136,7 @@ if colorscheme == "gruvbox" then end if colorscheme == "nord" then - local ok, nord = pcall(require, "nord") + local ok = pcall(require, "nord") if not ok then return end @@ -145,7 +145,7 @@ if colorscheme == "nord" then end if colorscheme == "everforest" then - local ok, everforest = pcall(require, "nord") + local ok = pcall(require, "nord") if not ok then return end