Neev Parikh
Neev Parikh
I typo'd in my original post sorry!
Compared to cursor, if I'm correct, we're missing two features right? * predicting edits instead of just suggestions that you can tab to accept * automatically predicting the next suggestion...
Also seeing this issue, seems like we want https://neovim.io/doc/user/lua.html#vim.system() instead? see note here: https://neovim.io/doc/user/builtin.html#jobstart().
Just a note, swapping all calls to `pty=false` causes other stuff to break (namely finding free ports on remote), my hack is adding pty to the job opts and passing...