tom-anders / telescope-vim-bookmarks.nvim

Integrates vim-bookmarks into telescope.nvim
MIT License
114 stars 23 forks source link

How see complete path with vim_bookmarks.all() #14

Open Plaoo opened 2 years ago

Plaoo commented 2 years ago

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.