sakhnik / nvim-gdb

Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
716 stars 36 forks source link

Can it support for vim8 ? #55

Closed misakisuna705 closed 5 years ago

misakisuna705 commented 5 years ago

It seems that there isn't a plugin that support lldb for vim8 now. Will you develop this to support vim8 ?

sakhnik commented 5 years ago

I'm afraid, the plugin uses very specific NeoVim features like terminal and job API, embedded Lua interpreter. So no, Vim8 support won't happen any soon. I'm sorry.