mfussenegger / nvim-dap

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

added option to set widget's position #1044

Open wybryk-ananasa opened 9 months ago

wybryk-ananasa commented 9 months ago

I added option to set widget's position (row and coll). Setting position also requires relative.

mfussenegger commented 1 month ago

Wouldn't this also require width and height as part of the nvim_win_set_config call?

How are you using this?