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