OVIWrite icon indicating copy to clipboard operation
OVIWrite copied to clipboard

Issue with setting up - Invalid Plugin spec { select_template = <function 1> }

Open predystopic-dev opened this issue 8 months ago • 2 comments

Basically that, I cloned the repo in my nvim config which had no plugins and no configuration prior, the directory didn't even exist. And upon opening nvim, all the plugins and initialization started, which completed perfectly. But I go a toaster for invalid plugin spec and on every time I open nvim, it gives me this error, i can continue fine by pressing enter but some plugin is probably not working

predystopic-dev avatar Apr 05 '25 06:04 predystopic-dev

I've had the same problem on 2 different computers. Error detected while processing /home/kondannyo/.config/nvim-oviwrite/init.lua: Invalid plugin spec { select_template = <function 1> }

kondannyobhikkhu avatar Apr 14 '25 13:04 kondannyobhikkhu

I've had the same problem on 2 different computers. Error detected while processing /home/kondannyo/.config/nvim-oviwrite/init.lua: Invalid plugin spec { select_template = <function 1> }

Isolating the plugins the issue is in the writer_templates/init.lua file, if you stop that from loading (eg. change the extension to lua1) that error stops. Some specs still are clashing.

haakmal avatar Jun 11 '25 03:06 haakmal