Updated config

This commit is contained in:
2025-08-26 11:46:42 +02:00
parent fcb40a52e9
commit 35d6c20abd
17 changed files with 88 additions and 67 deletions

View File

@@ -8,7 +8,7 @@ local get_all_themes = function()
local colors = vim.fn.globpath(vim.o.rtp, "colors/*", true, true)
local dataDir = vim.fn.stdpath("data")
---@diagnostic disable-next-line: param-type-mismatch
---@diagnostic disable-next-line: param-type-not-match
local newpath = string.gsub(dataDir, "%-", "%%-")
local themes = {}