mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
copilot: make default for copilot set to false
This commit is contained in:
parent
3ae12887b0
commit
1ff99b9bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ require('copilot').setup {
|
|||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
['java'] = true,
|
||||
-- ['*'] = false,
|
||||
['*'] = false,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue