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) ```  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)...