rhysd / reply.vim

REPLs play nicely with :terminal on Vim and Neovim
MIT License
186 stars 7 forks source link

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

Open pinggit opened 4 years ago

pinggit commented 4 years ago

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?

pfernandez commented 2 years ago

Same issue here:

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

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