Closed sisodiaa closed 2 years ago
Hello @sisodiaa !
You are on the right track with extending the file types.
The issue was due to an inconsistent naming of the file in the package.json
and the actual file the snippets were stored in... which I missed during my code review on #164 :pensive: ... however I merged #172 and if you resync your snippets they should be working correctly :sunglasses:
If you have any further issues though, let us know and we can reopen the issue and help further !
I recently migrated from vim-vsnip to LuaSnip. I am using friendly-snippets collections of snippets.
Today while coding a react project I noticed that snippets in
javascript/react-es7.json
are not listed amongst the completion items. I ran:LuaSnipListAvailable
to cross check but these snippets were not loaded over there either.Following are the relevant blocks from configuration
Please guide me on how to use react-es7 snippets thorough LuaSnip.