dimaportenko / telescope-simulators.nvim

A telescope.nvim extension to open iOS simulators and Android emulators.
95 stars 1 forks source link

Use 'vim.fn.jobstart()' for android emulator #9

Closed dimaportenko closed 5 months ago

dimaportenko commented 7 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.

NullifiedValue commented 5 months ago

I think you forgot to merge this. I had the same problem and this change fixed it!

dimaportenko commented 5 months ago

@NullifiedValue thank you for the test. I've merged it.