windows.nvim
windows.nvim copied to clipboard
lsp go to defination will triggle WindowsAutoWidth
any way to work around this? currently I just disable WindowsAutoWidth but It's a very convinent feature that can positively change the workflow
How to reproduce:
- Use WindowsMaxmize
- Use command
lua vim.lsp.buf.defination()
on any variable/type/etc...
what to expect: window should stay as is what happen: WindowsAutoWidth is trigglered
this would be really nice to have