Daniel Csillag

Results 140 comments of Daniel Csillag

Great! I remember this would be a slightly tricky thing in the code, so I had opted to do the simple thing first and then keep see what I needed...

Are you on Neovim nightly? Maybe try updating it? Also check that something like `:python3 print("a+b")` works (regardless of what `:checkhealth` says).

Could you try in 0.5.1? (You can just download the release and run Neovim from there.) I mean, there probably is something to do, but I'd like to make sure...

Okay, so the issue is not on the Neovim side. Thank you. I'll ponder a bit on what it could be on our side then, and get back to you...

Oh, BTW, have you set any options for magma-nvim? (e.g. `g:magma_image_provider = ...`)

Update: it appears that if the plugin's code crashes, then this error would occur. So that's what we need to look for.

> I didn't set any options for magma-nvim, only set a few key bindings. Excelent. That'll make debugging easier.

Yeah, I agree, it would be good to have this. I think that a Markdown to Vimdoc transpiler would be ideal -- I'd like to keep the documentation of the...

Also, on Vimdoc -- I've tried to use it for docs on a past plugin of mine, and felt it was extremely frustrating to use and maintain. So it'd be...

Thanks! Having this as a github action would be really nice, but I'm not opposed to running it manually. I do think that we should avoid having this as a...