go-client icon indicating copy to clipboard operation
go-client copied to clipboard

Window title field not available

Open birdayz opened this issue 2 months ago • 0 comments

In native lua i can do:

:lua vim.api.nvim_open_win(vim.api.nvim_create_buf(false, true), true, {relative='editor', width=50, height=10, row=5, col=10, style='minimal', border='rounded', zi
ndex=50, title='test', title_pos='center'})       

however via go plugin, this field is not available.

birdayz avatar Sep 21 '25 19:09 birdayz