mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(pick): add function for searching plugin_files
This commit is contained in:
parent
1c740ce3fd
commit
e4174d01a6
1 changed files with 4 additions and 0 deletions
|
|
@ -69,4 +69,8 @@ function M.config_files()
|
||||||
return M.wrap("files", { cwd = vim.fn.stdpath("config") })
|
return M.wrap("files", { cwd = vim.fn.stdpath("config") })
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function M.plugin_files()
|
||||||
|
return M.wrap("files", { cwd = vim.fn.stdpath("data") .. "/lazy" })
|
||||||
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue