Skip to content

Commit

Permalink
feat(pick): add function for searching plugin_files
Browse files Browse the repository at this point in the history
  • Loading branch information
konosubakonoakua authored Jun 11, 2024
1 parent 1c740ce commit e4174d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/lazyvim/util/pick.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@ function M.config_files()
return M.wrap("files", { cwd = vim.fn.stdpath("config") })
end

function M.plugin_files()
return M.wrap("files", { cwd = vim.fn.stdpath("data") .. "/lazy" })
end

return M

0 comments on commit e4174d0

Please sign in to comment.