spread.nvim icon indicating copy to clipboard operation
spread.nvim copied to clipboard

spread.out throws exception on first call

Open stumash opened this issue 1 year ago • 0 comments

If I open neovim and then run spread.out, I get this stack trace image For some reason, this happens even if I wrap it in a pcall(spread.out, {silent=true}), not really sure what's going on there...

Once i press enter, the call to spread.out actually succeeds, and I don't get this stack trace on any subsequent calls to the plugin

stumash avatar Jul 30 '23 00:07 stumash