Issue with setting up - Invalid Plugin spec { select_template = <function 1> }
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
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> }
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.