feat(dashboard): c on dahboard now opens telescope for config dir instead of useless init.lua

This commit is contained in:
Folke Lemaitre 2023-10-15 09:16:52 +02:00
parent 7c60431c58
commit 53e1637a86
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 20 additions and 15 deletions

View file

@ -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