-
Notifications
You must be signed in to change notification settings - Fork 34
"can't find neuron executable" #41
Comments
Do you have a space between require and '? |
Thanks for attention. Yes, I do have a space between require and ' |
How can I add the neuron binary path to the neovim executable search paths? |
You just need to add it to your |
Thanks for reply! Did you mean add the neuron binary path in my ~/.zshrc and then source it? Already done it export PATH=/nix/store/42kyavaxgcmxisxap302fssyvyn39n66-neuron-1.9.35.3/bin:$PATH but still the problem remains. |
Does |
Yes, I run the command in terminal, and the neuron binary path does show up. But still the problem remains. |
Has anybody found a solution to this? I've been experiencing the same problem and cannot get it to work. |
run the command in neovim
:lua require 'neuron'.setup()
return the error "neuron is not executable".
But I had installed the neuron already and run command in bash "neuron -v" works.
The text was updated successfully, but these errors were encountered: