KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
746 stars 57 forks source link

Bracket Completion and sending code to REPL #338

Open Qfl3x opened 5 months ago

Qfl3x commented 5 months ago

Hello,

When sending multi-lined brackets to the code like this:

f(x,
y) = x + 2

with vim-slime, the code will error. Because it will try to complete the bracket after x,. I could disable auto-brackets, but it would be nice if I could get some tips on disabling it just for sent code, as this works for VSCode then there must be a way to make it work for me.