GCBallesteros / jupytext.nvim

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

fix: use output_extension when specified #12

Closed benlubas closed 6 months ago

benlubas commented 6 months ago

The output extension wasn't getting used, and the docs referred to the extension field instead of the output_extension field that was being used in the code.

Both of those should be fixed in this PR