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