Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just to make clear it's needed a 'package.json' file with proper content in order to require("luasnip.loaders.from_vscode").lazy_load({ paths = { "./my-cool-snippets" } }) to work. I think the way this section is written right now may lead the reader to think package.json may be just a config file that can be added later on. Personally, it took me too much time to figure out this (imho) detail. This necessity wasn't entirely clear for me even after reading the documentation. Only after testing it by making the file and put the required content on it. Hope this 2¢ may help other anxious people like me to set their cool snippets up. Thank you.
- Loading branch information