From ab66cedfb8f565ba0d0d250f2a67a5d79151879e Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 13 Nov 2022 10:31:15 +0100 Subject: [PATCH] nvim: don't launch firenvim automatically --- .config/nvim/lua/my/net.lua | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.config/nvim/lua/my/net.lua b/.config/nvim/lua/my/net.lua index 2f6955a..0bd2643 100644 --- a/.config/nvim/lua/my/net.lua +++ b/.config/nvim/lua/my/net.lua @@ -11,19 +11,7 @@ else [".*"] = { priority = 0, takeover = 'never', - }, - ['/(issues|pull|merge_requests|commit|compare)/'] = { - priority = 1, - takeover = 'once' - }, - ['https://(bugs|wiki)\\.gentoo\\.org/'] = { - priority = 1, - takeover = 'once' - }, - ['https://[^/\\.]+\\.wikipedia\\.org/'] = { - priority = 1, - takeover = 'once' - }, + } } }