Closed Rizhiy closed 10 months ago
As the error message says: it looks like you are missing a package.json specifying your snippet Information in your snippet directory, which is required for this plugin to work.
I don't know how snippets work underneath, can't you create a standard one by default?
Hmm yeah, in that case it's about bootstrapping a vs code snippet dir, which would go into a similar direction as #2
where can I get said package.json?
rn I am using the one from your dot files
@FormalSnake I added the automatic bootstrapping of the package.json
if none exists in your snippet file in the last few commits.
I'll also add a section explaining the requirements for the package.json to the readme momentarily.
nice, thank you.
I added an FAQ showing the requirements for the VSCode-style snippet format: https://github.com/chrisgrieser/nvim-scissors#cookbook--faq
Bug Description
Installed using Lazy, when trying to run any function getting the following error:
Relevant Screenshot
No response
To Reproduce
Install it using lazy and try to execute using Lua
neovim version
Make sure you have done the following