szymonmaszke / vimpyter

Edit your Jupyter notebooks in Vim/Neovim
MIT License
333 stars 17 forks source link

UltiSnippets do not recognize file type #16

Open volkerkarle opened 5 years ago

volkerkarle commented 5 years ago

Hi, Thank you for your amazing plugin. Since the filetype is not python, the plugin UltiSnippets does not trigger the python related snippets. Do you have any idea?

szymonmaszke commented 5 years ago

For now you could change filetype to python via set filetype, but you will lack markdown syntax highlighting (I think it would work in this case). Another idea is presented in one ultisnips issue, hit me up if this one works: link.

Oh, and I'm slowly starting next and updated version of this plugin, will add UltiSnips integration out of the box, not sure when it will be finished though.