update firenvim config

This commit is contained in:
LordMZTE 2021-04-24 16:29:11 +02:00
parent e3c06c3e43
commit 4f84b6013b

View file

@ -1,6 +1,10 @@
local blacklistedSites = {".*twitch\\.tv.*", ".*twitter\\.com.*"}
local localSettings = {}
local localSettings = {
[".*"] = {
cmdline = "neovim"
}
}
for _, site in pairs(blacklistedSites) do
localSettings[site] = { takeover = "never" }
end