reply.vim icon indicating copy to clipboard operation
reply.vim copied to clipboard

reply.vim: No REPL is available for filetype 'python'. Candidates are ['ipython3']

Open pinggit opened this issue 5 years ago • 1 comments

say for python I want REPL to be ipython3, I've defined this in vimrc

let g:reply_repls = { 'python': ['ipython3'] }

still I got:

reply.vim: No REPL is available for filetype 'python'. Candidates are ['ipython3']

can you advise?

pinggit avatar Feb 27 '20 15:02 pinggit

Same issue here:

let g:reply_repls = { 'clojure': ['lein repl'] }

"-> reply.vim: No REPL is available for filetype 'clojure'. Candidates are ['lein repl']

pfernandez avatar Apr 05 '22 20:04 pfernandez