telescope-vim-bookmarks.nvim icon indicating copy to clipboard operation
telescope-vim-bookmarks.nvim copied to clipboard

How see complete path with vim_bookmarks.all()

Open Plaoo opened this issue 3 years ago • 0 comments

Sale to all, I work on several projects and I would like to view the bookmarks file for all its path. I tried to edit like this

M.custom_vim_bookmarks = function()
  require('telescope').extensions.vim_bookmarks.all({
    tail_path = true,
    shorten_path=false
  })
end

but it doesn't work, not being an expert in lua I would need a hand.

Plaoo avatar Jun 02 '22 12:06 Plaoo