Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 263 Bytes

HOOK_EXAMPLES.md

File metadata and controls

19 lines (16 loc) · 263 Bytes

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,
}