Update telekasten.lua

Correct Stylua and Luacheck errors
This commit is contained in:
AustinS
2022-01-26 14:30:09 -06:00
committed by GitHub
parent 9c6487fd97
commit 28e0c6259d

View File

@@ -31,9 +31,9 @@ local function CleanPath(path)
local windows_delim = "\\"
-- Returns the path delimeter for the machine
-- '\\' for Windows, '/' for Unix
local system_delim = package.config:sub(1,1)
local system_delim = package.config:sub(1, 1)
local new_path_start
-- Removes portion of path before '\\' for Windows machines
-- since Telescope does not like that
if system_delim == windows_delim then