telescope-vim-bookmarks.nvim
telescope-vim-bookmarks.nvim copied to clipboard
How see complete path with vim_bookmarks.all()
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.