mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
refactor: renamed plugins_local to dev
This commit is contained in:
parent
47f5c124aa
commit
5d81c5062b
2 changed files with 5 additions and 5 deletions
|
@ -86,9 +86,9 @@ function Spec:add(plugin, is_dep)
|
|||
plugin.dep = is_dep
|
||||
|
||||
-- check for plugins that should be local
|
||||
for _, pattern in ipairs(Config.options.plugins_local.patterns) do
|
||||
for _, pattern in ipairs(Config.options.dev.patterns) do
|
||||
if plugin[1]:find(pattern, 1, true) then
|
||||
plugin.uri = Config.options.plugins_local.path .. "/" .. plugin.name
|
||||
plugin.uri = Config.options.dev.path .. "/" .. plugin.name
|
||||
break
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue