A Telescope picker for your Sapling stack.
Lists every file touched between the base of your stack and your working copy, so you can jump back to anything you've been working on.
{ 'kevherro/sap', dependencies = { 'nvim-telescope/telescope.nvim' }, config = function() require('telescope').load_extension('sap') end, keys = { { '<leader>fc', '<cmd>Telescope sap<cr>' }, }, }