jupytext.vim icon indicating copy to clipboard operation
jupytext.vim copied to clipboard

Can we make this work with vim's DiffOrig command?

Open monopoly-db opened this issue 3 years ago • 0 comments

Currently vim's :DiffOrig command starts a diff between the current modified buffer (which is a notebook converted to a markdown file using jupytext) and the on disk copy of the original .ipynb notebook. Can we make this plugin first convert the opened .ipynb file to markdown and then do a diff, when :DiffOrig is used?

monopoly-db avatar Jun 19 '22 21:06 monopoly-db