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

🪓🧷 Split or join list-like syntax constructs

Results 4 splitjoin.nvim issues
Sort by recently updated
recently updated
newest added

jsdoc injection splits are broken on nightly but i'll investigate that later _Originally posted by @bennypowers in https://github.com/bennypowers/splitjoin.nvim/issues/32#issuecomment-2051010757_

Occurs occasionally when splitting an html start tag tag name. full repro TBD ```  Error 08:39:13 AM msg_show.emsg E5108: Error executing lua: ...nyp/Developer/splitjoin.nvim/lua/splitjoin/util/node.lua:92: Invalid 'start_col': out of range stack...

```css color: rgb(1, 2, 3) ``` ```css color: rgb( 1, 2, 3, ); ``` consider also modern syntax for calls

```css a { color: blue; font: 12px "Fira Code", monospace; /* ^ cursor */ } ``` ```css a { color: blue; font: 12px "Fira Code", monospace; } ```