Darren McAffee

Results 2 issues of Darren McAffee

## Behavior Sending the following with visual send command (`sc`): ```python def test(): print(1) def test2(): print(2) ``` ![image](https://github.com/Vigemus/iron.nvim/assets/16568850/521a7ffb-db78-4510-b100-10b451d7ed16) Leads to the following error: ``` Python 3.10.6 (main, May 29...

It could be nice to allow a repl_definition to also have a 'cwd' function: ```lua typescript = { command = { "ts-node" }, cwd = function(current_bufnr) local filename = vim.api.nvim_buf_get_name(current_bufnr)...