kiyoon / jupynium.nvim

Selenium-automated Jupyter Notebook that is synchronised with NeoVim in real-time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use magic commands in LSP-friendly way

fecet opened this issue · comments

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?

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

Done!