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
When I use this plugin at vim to code python, it works as expected.
But when I use it at neovim, the output display is not good.
I should switch the window to the codi window and move my cursor to the end of the output line to check the output of the code.
So what should I do to make the plugin do the same thing as at vim. Or how to make the outputs of the plugin to the beginning of the left of codi window, that I can see the output without switching the window and moving the cursor.
The text was updated successfully, but these errors were encountered:
hah you beat me to it. was having this problem as well.
Apparently everything(except integer) shifts the buffer windows alittle to the left.
EDIT: found a workaround at the expense of any colourful syntax,
make a macro doing ( :Codi python ), ( :tabnew ), ( :q ), ( :Codi python ).
Or you can just add an integer at the first line of your codes.
When I use this plugin at vim to code python, it works as expected.
But when I use it at neovim, the output display is not good.
I should switch the window to the codi window and move my cursor to the end of the output line to check the output of the code.
So what should I do to make the plugin do the same thing as at vim. Or how to make the outputs of the plugin to the beginning of the left of codi window, that I can see the output without switching the window and moving the cursor.
The text was updated successfully, but these errors were encountered: