1
0
Fork 0

firenvim: avoid activating on code textareas on github

This commit is contained in:
Felipe 2023-08-03 14:10:39 -04:00
parent 9257825f2a
commit 4a2e81085c
Signed by: pitbuster
SSH key fingerprint: SHA256:OM3HeVSA96adfy2Gi8OhZkQBY67P88LoJUwkeVoTArQ

View file

@ -542,7 +542,8 @@ if g.started_by_firenvim == true then
}, },
localSettings = { localSettings = {
['.*'] = { ['.*'] = {
selector = 'textarea:not([readonly]):not([class="handsontableInput"]), div[role="textbox"]', selector =
'textarea:not([readonly]):not([class="read-only-cursor-text-area"]):not([class="handsontableInput"]), div[role="textbox"]',
takeover = 'never', takeover = 'never',
}, },
['https://github\\.com.*'] = { ['https://github\\.com.*'] = {