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.
This commit is contained in:
AustinS
2022-01-20 14:55:01 -06:00
committed by GitHub
parent bc9fb8e813
commit 6c468934c4

View File

@@ -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