mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
copilot: disable by default, I've deemed it to be annoying once again. 🧌
This commit is contained in:
parent
f7ae8e97b0
commit
2ca6c0dd12
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,
|
||||||
['*'] = true,
|
['*'] = false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue