copilot: enable

This commit is contained in:
kossLAN 2024-10-04 23:37:08 -04:00
parent 48a93f44a1
commit b0a50ecca1
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

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