ethanholz / freeze.nvim

A Neovim plugin for freeze
MIT License
28 stars 5 forks source link

fix: Use freeze's built-in line selection to pass lines to freeze. #1

Closed ethanholz closed 7 months ago

ethanholz commented 7 months ago

freeze already has support for passing what lines you want to capture in a file, that should be how we handle this rather than passing it in via stdin.

ethanholz commented 7 months ago

Fixed in most recent commit. Closing.