diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 12:06:42 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 15:25:38 -0500 |
commit | 974c7581b4ad68b4e72d0eb7714f36281183321f (patch) | |
tree | 5280ba2ab07c99460c5f3b89fd362bf2f2a46d22 /common/.vimfx/config.js | |
parent | 9597fedabd80c29dee854dd3ebdd7d5274de768f (diff) | |
download | dotfiles-974c7581b4ad68b4e72d0eb7714f36281183321f.tar.gz dotfiles-974c7581b4ad68b4e72d0eb7714f36281183321f.zip |
VimFX: Switch to custom TabFS fork
Diffstat (limited to 'common/.vimfx/config.js')
-rw-r--r-- | common/.vimfx/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js index 2b4019f..238f7b4 100644 --- a/common/.vimfx/config.js +++ b/common/.vimfx/config.js @@ -532,7 +532,7 @@ for (let [name, url] of Object.entries(addons)) { sh(`cd ${tabFSDirectory} && ./install.sh firefox`) // install addon - sh(`cd ${tabFSDirectory}/extension && zip TabFS.xpi manifest.json background.js -r vendor`) + sh(`cd ${tabFSDirectory}/extension && zip TabFS.xpi manifest.json background.js captureURL.js -r vendor`) installAddonFile(PathUtils.join(tabFSDirectory, "extension", "TabFS.xpi")) })(); // * UserChrome & UserContent |