conjure icon indicating copy to clipboard operation
conjure copied to clipboard

Lua client: doesn't retain local variables between evaluations and can't use debug module

Open russtoku opened this issue 1 year ago • 1 comments

@glyh reported in https://github.com/Olical/conjure/pull/495#issuecomment-1586154191:

...further improvement on this maybe try to find if there's a way to implement "real" REPL, because the current implementation is using debug module, that means you either loose local variables across evaluation, or you can't use the debug module when using conjure within neovim.

russtoku avatar Jun 11 '23 17:06 russtoku