disable copilot

This commit is contained in:
Joshua Nussbaum 2024-09-26 19:16:01 -05:00
parent e8cbce8995
commit 1f3a68ca42
3 changed files with 8 additions and 11 deletions

View file

@ -6,5 +6,9 @@ return {
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
['.'] = false,
go = true,
},
},
}