GCBallesteros / jupytext.nvim

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

fix: fire post write auto command after writing #9

Closed benlubas closed 6 months ago

benlubas commented 6 months ago

closes #8

Fires the correct autocmd (either BufWritePost or FileWritePost) after writing the file

benlubas commented 6 months ago

Oops I pushed to the same branch by accident