How to change the window position? #58
-
By default, nvim-dap-view creates a window by using Is there a way to change the position of window? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello!
Thanks to you, now there is! See 5e69020 You can now use |
Beta Was this translation helpful? Give feedback.
Hello!
Thanks to you, now there is! See 5e69020
You can now use
windows.position
. Coupled withwindows.terminal.position
you can have pretty much any layout.