1
0
Fork 0

nvim: enable firenvim on pull request pages

This commit is contained in:
tastytea 2022-09-02 21:11:29 +02:00
parent 07e242e06b
commit c3eba3c05b
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if vim.g.started_by_firenvim then
priority = 0,
takeover = 'never',
},
['/(issues|pull|merge_requests|commit)/'] = {
['/(issues|pull|merge_requests|commit|compare)/'] = {
priority = 1,
takeover = 'once'
},