cvigilv / esqueleto.nvim

Reduce your boilerplate code the lazy-bones way
MIT License
98 stars 7 forks source link

fix: correct vim.ui.select for asynchronous #20

Closed Rlyown closed 1 year ago

Rlyown commented 1 year ago

Hi, I put the file writing operation into the callback function to support both synchronous and asynchronous versions.

cvigilv commented 1 year ago

Thanks for the contribution!