mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 21:53:01 +01:00
update firenvim config
This commit is contained in:
parent
e3c06c3e43
commit
4f84b6013b
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue