fdschmidt93 / resin.nvim

repl plugin for neovim built on textobjects
MIT License
13 stars 0 forks source link

Media Issue: Media Issue: showcase of resin.nvim #1

Open fdschmidt93 opened 2 years ago

fdschmidt93 commented 2 years ago

This issue "hosts" several GIFs demonstrating resin.nvim usage to not weigh on the repo itself.

fdschmidt93 commented 2 years ago

Leveraging textobjects for sending to REPL. (to be replaced eventually)

<C-c> is the default prefix to send to a REPL. The GIF shows send inside parentheses(i(), send line (V<C-c>), send outside function (<C-c>af) and and early version of REPL history telescope picker.

repl_demo

fdschmidt93 commented 2 years ago

Leveraging telescope.nvim to send to REPL.

  1. Sending the selected entry to the REPL
  2. Sending multi-selections in order to the REPL
  3. Telescope resume to repeat 2.

repl_ms