Closed dimaportenko closed 5 months ago
'vim.fn.system()' was causing my nvim instance to not react/redraw to any inputs until I closed the emulator instance again. Using 'jobstart' gets rid of that problem and makes sure the emulator is detached from the current buffer.
I think you forgot to merge this. I had the same problem and this change fixed it!
@NullifiedValue thank you for the test. I've merged it.
'vim.fn.system()' was causing my nvim instance to not react/redraw to any inputs until I closed the emulator instance again. Using 'jobstart' gets rid of that problem and makes sure the emulator is detached from the current buffer.