mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
feat(dashboard): c
on dahboard now opens telescope for config dir instead of useless init.lua
This commit is contained in:
parent
7c60431c58
commit
53e1637a86
5 changed files with 20 additions and 15 deletions
|
@ -50,4 +50,8 @@ function M.telescope(builtin, opts)
|
|||
end
|
||||
end
|
||||
|
||||
function M.config_files()
|
||||
return Util.telescope("find_files", { cwd = vim.fn.stdpath("config") })
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue