neovimcraft icon indicating copy to clipboard operation
neovimcraft copied to clipboard

missing data/resources.json

Open rbauduin opened this issue 1 year ago • 3 comments

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?

rbauduin avatar Aug 13 '24 10:08 rbauduin

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.

rbauduin avatar Aug 13 '24 10:08 rbauduin

Hi! Thanks for submitting this issue. I pushed a change to remove requiring that json file, could you please try again?

neurosnap avatar Aug 14 '24 13:08 neurosnap

It works fine now! I decided to first further test the plugin I wanted to submit before doing it. Thanks for neovimcraft!

rbauduin avatar Aug 15 '24 16:08 rbauduin