nvim-luadev icon indicating copy to clipboard operation
nvim-luadev copied to clipboard

REPL/debug console for nvim lua plugins

Results 2 nvim-luadev issues
Sort by recently updated
recently updated
newest added

Expected behavior: `:vert Luadev` causes the split to be vertical. Actual behavior: the split is horizontal, just like `:Luadev`.

I love this plugin! For some reason, however, execution via Luadev does not stop at breakpoints when using DAP + https://github.com/jbyuki/one-small-step-for-vimkind.