glacambre / firenvim

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

Capture and re-export NVIM_APPNAME #1490

Closed glacambre closed 1 year ago

glacambre commented 1 year ago

NVIM_APPNAME would enable having a separate config profile for firenvim if it's captured in ~/.local/share/firenvim/firenvim during installation: NVIM_APPNAME=firenvim nvim --headless --cmd "set rtp+=/path/to/firenvim" "+call firenvim#install(0) | q".

More than a nice feature, it's probably even crucial to do this as I expect plugin distros to take advantage of it immediately (e.g. setting NVIM_APPNAME is exactly what the lunarvim script does.

glacambre commented 1 year ago

Done in https://github.com/glacambre/firenvim/pull/1500 .