metakirby5 / codi.vim

:notebook_with_decorative_cover: The interactive scratchpad for hackers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missalignment on save [python]

ChristianChiarulli opened this issue · comments

Happens on both vim and neovim

When I first open Codi everything is fine and synced. But after I save the output buffer on the right shifts down and becomes misaligned with the code on the left.

Before:
2020-05-14_13-21

After:
2020-05-14_13-21_1

Is Codi learning from my code? lol ... well it's hard to explain..

I came here to report a similar problem, in my case the Virtual Text is always misaligned for Python files, HOWEVER, just now when I started recording a gif to show the issue suddenly it's fine, the issue was gone ..

I'm no longer able to reproduce the issue, and obvisouly I have changed nothing .. that's crazy lol ... I guess I'll keep coding until it happens again..

BTW discovered this amazing plugin in your channel, @ChristianChiarulli, thanks a lot

Update: One little odd thing I still see is, whenever I run Codi it automatically opens up all the folded text in my file. I don't know whether this is an issue but if I fold some block of text, Codi will unfold it.