mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
copilot: enable
This commit is contained in:
parent
48a93f44a1
commit
b0a50ecca1
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ require('copilot').setup {
|
||||||
suggestion = { enabled = false },
|
suggestion = { enabled = false },
|
||||||
panel = { enabled = false },
|
panel = { enabled = false },
|
||||||
filetypes = {
|
filetypes = {
|
||||||
['java'] = true,
|
-- ['java'] = true,
|
||||||
['*'] = false,
|
['*'] = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue