This website requires JavaScript.
Explore
Help
Register
Sign In
bryan
/
cd-project.nvim
Watch
1
Star
0
Fork
You've already forked cd-project.nvim
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4addd3e668
cd-project.nvim
/
HOOK_EXAMPLES.md
263 B
Raw
Blame
History
Print hint after switch project
{
callback
=
function
(
_
)
vim.cmd
(
"Telescope find_files"
)
end
,
}
Open Telescope to find files right after switch project
{
callback
=
function
(
_
)
vim.cmd
(
"Telescope find_files"
)
end
,
}