kickstart.nvim/lua/custom/plugins/copilot.lua

12 lines
189 B
Lua
Raw Normal View History

2025-03-12 09:26:09 -05:00
return {
'zbirenbaum/copilot.lua',
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
['.'] = false,
go = true,
2024-09-26 19:16:01 -05:00
},
2025-03-12 09:26:09 -05:00
},
}