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

a neovim plugin to spread out inline objects, arrays, parameter lists, etc.

Results 2 spread.nvim issues
Sort by recently updated
recently updated
newest added

usually if I call a function on one line like `f(a, b)` then I don't want a comma after the last arg, but if I call it on multiple lines...

If I open neovim and then run `spread.out`, I get this stack trace ![image](https://github.com/aarondiel/spread.nvim/assets/13181078/1df924f9-6cc0-4ef7-a227-5ba326f42bf0) For some reason, this happens even if I wrap it in a `pcall(spread.out, {silent=true})`, not really...