1
0
Fork 0

nvim: don't launch firenvim automatically

This commit is contained in:
tastytea 2022-11-13 10:31:15 +01:00
parent ab50e92c91
commit ab66cedfb8
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 13 deletions

View File

@ -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'
},
}
}
}