lispy icon indicating copy to clipboard operation
lispy copied to clipboard

Use custom `inserter` if applicable

Open obar opened this issue 4 years ago • 0 comments

Previously the inserter was only called in the default case, which is not reached if the point is in a string or comment. The inserter can be string- or comment-sensitive as needed, and this change allows it to be called in all insert cases.

obar avatar Jul 06 '21 21:07 obar