EvWilson / slimux.nvim

Send content from the current Neovim buffer to a configurable tmux pane.
20 stars 3 forks source link

expose `send` and `send_delayed` functions #8

Closed zahimeen closed 6 months ago

zahimeen commented 6 months ago

allow the user to make their own stuff using these functions.

EvWilson commented 6 months ago

Hey @zahimeen, looks great. Could we add these functions and some notes about them to the docs section in the README? Just want to make sure people are aware of them if we're making them available. Thanks!

EvWilson commented 6 months ago

Thanks so much for your contribution, @zahimeen! Looks great, and is much appreciated.