[ FIXED ] Weird issue which prevent to work
Closed this issue · 2 comments
MrMic commented
Hi,
I have installed your plugin through AstroNvim and I got this weird issue:
[null-ls] failed to run generator: ...share/AstroNvim4/lazy/laravel.nvim/lua/laravel/paths.lua:25: attempt to index local 'path' (a nil value)
I got laravel-dev-generators in my path.
Can you help me to fix this, because it is not working at all. 😥
MrMic commented
Hi @Ercules76,
If I remember well I put laravel-dev-generators in the path where neovim looks for it.
You have to discover the directories where your neovim look for binaries. And then
put laravel-dev-generators in one of them.
It is often closely related to the PATH in your shell.
I hope it will drive you in the right direction.
Rgds,