I had forgotten to normalize the paths

This commit is contained in:
BirdeeHub 2024-01-05 23:56:47 -08:00
commit af06571d68
2 changed files with 4 additions and 2 deletions

View file

@ -322,7 +322,7 @@ return {
dev = {
-- directory where you store your local plugin projects
path = "~/projects",
-- you may include a list of local paths to also check.
-- you may include a list of local paths to also check. e.g. { '~/projects1', '~/projects1' }
extra_paths = nil,
---@type string[] plugins that match these patterns will use your local versions instead of being fetched from GitHub
patterns = {}, -- For example {"folke"}