summaryrefslogtreecommitdiff
path: root/common/.vimfx/config.js
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-09-25 12:05:14 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-09-25 12:05:14 -0500
commit9597fedabd80c29dee854dd3ebdd7d5274de768f (patch)
treed8a0380d653e754f388cd0569a995de4a1489803 /common/.vimfx/config.js
parent6300d084625e1bbe7c735e14b2c2d0db0a45653f (diff)
downloaddotfiles-9597fedabd80c29dee854dd3ebdd7d5274de768f.tar.gz
dotfiles-9597fedabd80c29dee854dd3ebdd7d5274de768f.zip
VimFX: Use breezewiki.com instead of antifandom.com for Wikia links
Diffstat (limited to 'common/.vimfx/config.js')
-rw-r--r--common/.vimfx/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js
index 72f9e18..2b4019f 100644
--- a/common/.vimfx/config.js
+++ b/common/.vimfx/config.js
@@ -558,7 +558,7 @@ let redirects = {
"^(.+?)://imdb.com(/.*)?$": "$1://librembd.lunar.icu$2",
"^(.+?)://(bsky.app/.*)$": "$1://skyview.social?url=$2",
"^(.+?)://(i\\.)?imgur\\.com(/.*)?$": "$1://rimgo.catsarch.com$3",
- "^(.+?)://(.+)\\.fandom.com(/.*)?$": "$1://antifandom.com/$2$3",
+ "^(.+?)://(.+)\\.fandom.com(/.*)?$": "$1://breezewiki.com/$2$3",
}
// ** Implementation
function redirect(url) {