spread.nvim
spread.nvim copied to clipboard
spread.out throws exception on first call
If I open neovim and then run spread.out
, I get this stack trace
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