You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't see a report for this already, but it looks like when I open up a Python file with Conjure enabled, it opens up the REPL and then sets the mode to Insert mode. (I'd expect it to leave the mode alone, leaving it in Normal mode.)
Happy to give more details / a reproduction if this doesn't repro for anyone else.
The text was updated successfully, but these errors were encountered:
I think I saw someone mention this before and it wasn't Conjure but something else 🤔 but maybe I'm imagining that? I can't reproduce this issue in my current Neovim configuration which is interesting.
I can open a Python file, the REPL starts and I stay in Normal mode. It could well be another plugin that's getting a little confused when Conjure creates the log window / buffer. Do you see this with other languages? And does it definitely go away if the only thing you disable is Conjure?
Do you have any other plugins installed for Python development specifically?
I've weirdly only seen this with Python - if I remove it from the list of enabled filetypes in my config, the log window doesn't open and the window goes away. I basically just have treesitter + pylsp enabled; nothing too out of the ordinary. I can take a closer look tomorrow to see if I can narrow it down.
Hi,
I didn't see a report for this already, but it looks like when I open up a Python file with Conjure enabled, it opens up the REPL and then sets the mode to Insert mode. (I'd expect it to leave the mode alone, leaving it in Normal mode.)
Happy to give more details / a reproduction if this doesn't repro for anyone else.
The text was updated successfully, but these errors were encountered: