fiatjaf / neuron.vim

📝 Manage your Zettelkasten in {n}vim.
MIT License
83 stars 21 forks source link

neuron executable is not found when neuron is running as a docker container #52

Closed butgit closed 3 years ago

butgit commented 3 years ago

Following [this guide], I've got neuron running as a Docker container in my own AWS Lightsail instance. On top of that, I installed neuron.vim. The problem is, when I run vim, I see the following message: neuron executable is not found! Perhaps neuron.vim doesn't find neuron when it is running as a docker container? What can I do to make it recognized? Thanks.

butgit commented 3 years ago

Reading Docker documents, I guess this issue is more related with Docker than neuron.vim.