mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-04 17:59:50 -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 },
|
||||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
['java'] = true,
|
||||
['*'] = false,
|
||||
-- ['java'] = true,
|
||||
['*'] = true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue