disable more plugins
This commit is contained in:
parent
53927c893d
commit
d4ce269b03
12 changed files with 183 additions and 195 deletions
|
|
@ -1,14 +1,15 @@
|
|||
if true then
|
||||
return {}
|
||||
end
|
||||
return {
|
||||
'zbirenbaum/copilot.lua',
|
||||
opts = {
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
['.'] = false,
|
||||
go = true,
|
||||
else
|
||||
return {
|
||||
'zbirenbaum/copilot.lua',
|
||||
opts = {
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
filetypes = {
|
||||
['.'] = false,
|
||||
go = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue