From 6c468934c4b6151ad5a811452ac4671be1697e58 Mon Sep 17 00:00:00 2001 From: AustinS <59460358+AuLaSW@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:55:01 -0600 Subject: [PATCH] Fix #70 Cleaned Windows Home Paths Added the function `CleanPath()` to clean up Windows paths for setting up home. Still some other issues (primarily with reading links) that need to be ironed out. --- lua/telekasten.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/telekasten.lua b/lua/telekasten.lua index bbcf08d..4ebc096 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -24,7 +24,7 @@ local Path = require("plenary.path") local vim = vim -- Cleans home path for Windows users --- Needs to be before default config, else with no use config +-- Needs to be before default config, else with no user config -- home will not be cleaned and issues will still occur local function CleanPath(path) -- File path delimeter for Windows machines