From 28e0c6259defd25f446341d0bde99bc492605cdc Mon Sep 17 00:00:00 2001 From: AustinS <59460358+AuLaSW@users.noreply.github.com> Date: Wed, 26 Jan 2022 14:30:09 -0600 Subject: [PATCH] Update telekasten.lua Correct Stylua and Luacheck errors --- lua/telekasten.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/telekasten.lua b/lua/telekasten.lua index 818f9fb..fffdedd 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -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