You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you considered moving the functions into a file in an "autoload" dir and moving the syntax expressions into their own syntax file? Itd allow you to take advantage of the pre-existing python architecture in vim
The text was updated successfully, but these errors were encountered:
But the plugin doesn't assume that the filetype is python, it works with jupyter kernel in any language. What is defined in the plugin is highlight groups, not syntax items.
You can use g:ipy_set_ft option to automatically set the filetype of the output buffer if you want.
Have you considered moving the functions into a file in an "autoload" dir and moving the syntax expressions into their own syntax file? Itd allow you to take advantage of the pre-existing python architecture in vim
The text was updated successfully, but these errors were encountered: