spread.nvim
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  For some reason, this happens even if I wrap it in a `pcall(spread.out, {silent=true})`, not really...