neovimcraft
neovimcraft copied to clipboard
missing data/resources.json
make resource mentioned in the README fails with the error
$ make resource
deno run --allow-write src/scripts/resource.ts
error: Module not found "file:///tmp/neovimcraft/data/resources.json".
at file:///tmp/neovimcraft/src/scripts/resource.ts:1:26
make: *** [Makefile:9: resource] Error 1
Looking at https://github.com/neurosnap/neovimcraft/commit/52a33785b73ce89b7a49ba30338a813fb75646e1 maybe this is old doc and should be removed?
I thought I'd add https://github.com/amitds1997/remote-nvim.nvim mannually, but it doesn't seem to be the way to be done either.
Hi! Thanks for submitting this issue. I pushed a change to remove requiring that json file, could you please try again?
It works fine now! I decided to first further test the plugin I wanted to submit before doing it. Thanks for neovimcraft!