When I debug a C++ program in Neovim, the variables look like this

which seems too messy. I expect it to look like this:

I found LLDB using variable formatting to custom display options for variables. I tried using some scripts, such as:
but these didn't work for me.