copilot: disable by default, I've deemed it to be annoying once again. 🧌

This commit is contained in:
kossLAN 2024-10-30 21:55:15 -04:00
parent f7ae8e97b0
commit 2ca6c0dd12
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

@ -10,6 +10,6 @@ require('copilot').setup {
panel = { enabled = false },
filetypes = {
-- ['java'] = true,
['*'] = true,
['*'] = false,
},
}