Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This plugin work at nvim not as good as vim #101

Open
cstsunfu opened this issue Dec 8, 2018 · 2 comments
Open

This plugin work at nvim not as good as vim #101

cstsunfu opened this issue Dec 8, 2018 · 2 comments

Comments

@cstsunfu
Copy link

cstsunfu commented Dec 8, 2018

When I use this plugin at vim to code python, it works as expected.
screen shot 2018-12-08 at 8 03 29 pm
But when I use it at neovim, the output display is not good.
screen shot 2018-12-08 at 8 04 02 pm
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.

@GetCurious
Copy link

GetCurious commented Dec 8, 2018

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.

@GetCurious
Copy link

GetCurious commented Dec 9, 2018

Hah! found a better one.
.config/nvim/plugged/codi.vim/plugin/codi.vim

let g:codi#rightalign = 1 (set it to 0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants