glacambre / firenvim

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

Add support for portable version of Thorium which is based on chromium. Thx #1572

Closed meicale closed 7 months ago

meicale commented 7 months ago

troubleshooting guide: https://github.com/glacambre/firenvim/blob/master/TROUBLESHOOTING.md

I used chrome test this plugin and my wsl lazyvim config, it works as expected. I hope to use it in the portable version of the browser. I find check the link above and I have not found the exact solution to do that. Please add some information there such as "which file is copied and pasted where" etc. Thank you in advance for anyone reply and if you are interested in this too, just leave your comments.

glacambre commented 7 months ago

If you are on linux, you need to copy Chromium's native manifest file to Thorium's native manifest directory. If you are on windows, you need to create a registry key pointing to that file.

It seems Thorium doesn't document the location of its manifest file directory nor the name of the registry key that needs to be created, so I can't help you there, you'll have to take a look at its source code to figure these out.