Small change
This commit is contained in:
@@ -11,7 +11,7 @@ local getAllThemes = function()
|
||||
local newpath = string.gsub(dataDir, "%-", "%%-")
|
||||
local themes = {}
|
||||
|
||||
for i, v in ipairs(colors) do
|
||||
for _, v in ipairs(colors) do
|
||||
if string.find(v, "lazy") then
|
||||
local filename = ""
|
||||
if vim.loop.os_uname().sysname == "Windows_NT" then
|
||||
|
||||
Reference in New Issue
Block a user