Turn every line in a file into a quoted, comma-separated list
Using packer.nvim
use {
'custompro98/listify.nvim'
}
Ever had a list of uuids come out of your database tool like
uuid-1
uuid-2
uuid-3
but you need those suckers quoted and comma-separated like so?
'uuid-1', 'uuid-2', 'uuid-3'
Well now you can.