kiyoon / jupynium.nvim

Selenium-automated Jupyter Notebook that is synchronised with NeoVim in real-time.
MIT License
486 stars 15 forks source link

Use magic commands in LSP-friendly way #28

Closed fecet closed 1 year ago

fecet commented 1 year ago

Jupytext support use magic commands like a comment, say,

# %time

2+3

would be regard as image

But that does not work for jupynium image

Could we have something similar to allow using magic commands without breaking LSP?

kiyoon commented 1 year ago

Sounds like a useful feature request. I'll look into it soon!

kiyoon commented 1 year ago

Done!