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
After cloning this repo (which is great by the way; thanks!) to make a brand new nvim config, I noticed that if I opened a .janet file I did get syntax highlighting but ConjureConnect wouldn't work.
After installing janet.vim everything worked correctly. Maybe it would be a good idea to add it as one of the pre-packaged plugins? Or add a note about it in the readme.
The text was updated successfully, but these errors were encountered:
That's surprising, if you're getting syntax highlighting you should have the filetype of janet which is all Conjure is looking for. If you find that you need it then adding it shouldn't be a problem. So it's all working okay for you now? You just needed to add the plugin?
Interesting! Yeah, for me I did have to add an explicit dependency for janet (janet.vim). After that it works fine 😄 I wonder if maybe there was something wrong in my initial configuration though. I think we can close this issue, unless you think it might be a good idea to document this somewhere
After cloning this repo (which is great by the way; thanks!) to make a brand new nvim config, I noticed that if I opened a
.janet
file I did get syntax highlighting butConjureConnect
wouldn't work.After installing janet.vim everything worked correctly. Maybe it would be a good idea to add it as one of the pre-packaged plugins? Or add a note about it in the readme.
The text was updated successfully, but these errors were encountered: