check on the terminal, not in Joplin with the following command:

which neovim

You will get the absolute path. Then in Joplin terminal app, you type:

:config editor <absolute_path_here>

e.g. on my system:

$ which vim
/usr/bin/vim

:config edit /usr/bin/vim
2 Likes