summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-08-06 08:24:36 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-08-06 08:24:36 -0500
commitf77c36b4cd79f9eef4e511400108cfc2ba735d85 (patch)
tree7e9ef37968134d6d23c1a85f6577ca11342a7d8d /common
parentde6dbc2a0e06dd84a8976fbe3fea8fb9afc4840b (diff)
downloaddotfiles-f77c36b4cd79f9eef4e511400108cfc2ba735d85.tar.gz
dotfiles-f77c36b4cd79f9eef4e511400108cfc2ba735d85.zip
VimFX: Disable translation prompts for languages I'm familiar with
Diffstat (limited to 'common')
-rw-r--r--common/.vimfx/config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js
index cb9417d..3af93ce 100644
--- a/common/.vimfx/config.js
+++ b/common/.vimfx/config.js
@@ -377,6 +377,8 @@ const prefs = {
"extensions.formautofill.addresses.enabled": false,
"extensions.formautofill.creditCards.enabled": false,
"signon.formlessCapture.enabled": false,
+ // ** I know some languages other than English, y'know
+ "browser.translations.neverTranslateLanguages": "it,grc,la,jp",
// ** No thanks, I don't care
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons": false,
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features": false,