Fork me on GitHub
#vim
<
2022-01-23
>
Nundrum19:01:40

I'm working with vim-fireplace. It's great. But I can't find a way to explore large data structures? How do you handle it? Maybe it's a deeply nested hashmap. Maybe it's a vector with 100+ elements. Or a combination thereof. The standard pprint leaves a lot to be desired. I'm hoping there is something that would allow interactive exploration of a data structure in Vim.

Jan K19:01:27

Personally I like this GUI data explorer: https://github.com/timmolderez/inspector-jay

Nundrum20:01:42

That's a nice tool!