mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Remove unused variables
This commit is contained in:
@@ -136,7 +136,7 @@ if colorscheme == "gruvbox" then
|
|||||||
end
|
end
|
||||||
|
|
||||||
if colorscheme == "nord" then
|
if colorscheme == "nord" then
|
||||||
local ok, nord = pcall(require, "nord")
|
local ok = pcall(require, "nord")
|
||||||
if not ok then
|
if not ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
@@ -145,7 +145,7 @@ if colorscheme == "nord" then
|
|||||||
end
|
end
|
||||||
|
|
||||||
if colorscheme == "everforest" then
|
if colorscheme == "everforest" then
|
||||||
local ok, everforest = pcall(require, "nord")
|
local ok = pcall(require, "nord")
|
||||||
if not ok then
|
if not ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user