mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
I should probably stop declaring that im done XD
This commit is contained in:
parent
c52c8d2356
commit
7214d23f84
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue