mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Refactor: change variable name to avoid unused warning
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
local ok, nightfox = pcall(require, "nightfox")
|
local ok, _colors = pcall(require, "nightfox")
|
||||||
if not ok then
|
if not ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
-- setup must be called before loading
|
-- setup must be called before loading
|
||||||
|
|||||||
Reference in New Issue
Block a user