mirror of
https://github.com/arkorty/Neolite.git
synced 2026-05-07 10:02:15 +00:00
Refactor: change variable name to avoid unused warning
This commit is contained in:
parent
c84b7bb32b
commit
34631d7661
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue