Is there syntax highlighting for *.ju.ipynb files? #131
Answered
by
kiyoon
xavierchen0
asked this question in
Q&A
-
Hi I recently installed Jupynium and really enjoy this workflow over other Jupyter neovim plugins. I was wondering if there is supposed to be syntax highlighting because right now, none of my code is highlighted. Configuration in ~/.config/nvim/lua/plugins/jupynium.lua:
|
Beta Was this translation helpful? Give feedback.
Answered by
kiyoon
Sep 22, 2024
Replies: 1 comment 3 replies
-
Hi, I think you're probably using the jupytext plugin to convert it to the jupytext format. But you'll have to change the filetype to python ( |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
xavierchen0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I think you're probably using the jupytext plugin to convert it to the jupytext format. But you'll have to change the filetype to python (
:set filetype=python
) and it will follow all of the python workflow correctly.