I should probably stop declaring that im done XD

This commit is contained in:
BirdeeHub 2024-01-06 01:54:26 -08:00
commit 7214d23f84

View file

@ -118,7 +118,7 @@ function Spec:add(plugin, results)
then
for _, path in ipairs(Config.options.dev.extra_paths) do
if vim.fn.isdirectory(path .. "/" .. plugin.name) == 1 then
devPath = path
devPath = path .. "/" .. plugin.name
break
end
end