glacambre / firenvim

Embed Neovim in Chrome, Firefox & others.
GNU General Public License v3.0
4.78k stars 146 forks source link

firenvim#install(): catch cases where Firenvim isn't in runtimepath #1436

Closed glacambre closed 2 years ago

glacambre commented 2 years ago

This commit catches the case where firenvim#run isn't defined and provides the user with a warning message. We also output the RTP on stderr for good measure. This would have helped with debugging #1432.