Hi @davidgranstrom @madskjeldgaard ,
I am building setup where people can connect to tmux
inside rasberry pi
over ssh
and share same sclang
instance, same buffer using instant.nvim
and show output using scnvim-tmux
pane. Problem now is that every time new sncvim
instance inside different neovim
is launched independent sclang
is created. E.g. in tidal-vim
its easy to achieve this because input is just forwarded to specfic ghci
repl inside tmux
pane. So u can open multiple tmux
panes/windows and send to same ghci
repl running tidal
. However with scnvim
there is server/client architecture but I am pretty sure its possible to send to same sclang
. If source code needs to be changed I would appreciate some guidlines where to start and I am gonna try to implement this myself, because I know its very specific case.
Thanks