disable copilot
This commit is contained in:
parent
e8cbce8995
commit
1f3a68ca42
3 changed files with 8 additions and 11 deletions
|
|
@ -7,9 +7,13 @@ return {
|
|||
require('copilot_cmp').setup()
|
||||
end,
|
||||
opts = {
|
||||
<<<<<<< HEAD
|
||||
filetypes = {
|
||||
['.'] = false,
|
||||
go = true,
|
||||
},
|
||||
=======
|
||||
filetypes = { ['.'] = false },
|
||||
>>>>>>> 605d213 (disable copilot)
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,5 +6,9 @@ return {
|
|||
opts = {
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
['.'] = false,
|
||||
go = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue