GCBallesteros / jupytext.nvim

Jupyter notebooks on neovim powered by Jupytext
66 stars 14 forks source link

Custom file types seem to leave remnants #6

Closed benlubas closed 6 months ago

benlubas commented 6 months ago

If I edit a .ipynb file with the quarto configuration outlined in the guide here, make some changes and then exit out of vim, a .qmd file is created in the directory that I was working in.

This file should only be temporary and should get cleaned up when I leave nvim right?

I see this behavior with quarto in the existing branch and with markdown formats in the PR that I just put up (#5)

benlubas commented 6 months ago

@GCBallesteros does that thumbs up mean that you're working on this? Or should I take a look at it?

GCBallesteros commented 6 months ago

I've dealt with this issue in the past and will get fixed. Timeline for this is a bit unclear at the moment because I have a lot going on personally and professionally, say at least 3 weeks. Feel free to send in a PR in the meantime.

benlubas commented 6 months ago

Yeah I can take a look at it