mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.09k stars 179 forks source link

Tweak buffer settings for variable diff view; lower max_level to 1 #1213

Closed mfussenegger closed 1 month ago

mfussenegger commented 1 month ago

10 levels can take a huge amount of time to load, and there's currently no way to interrupt it.

modified=false and bufhidden=wipe should make it easier to get rid of the buffers after being done viewing the diff.