9 lines
203 B
Lua
9 lines
203 B
Lua
return {
|
|
"github/copilot.vim",
|
|
config = function()
|
|
-- Copilot specific settings can go here if needed
|
|
-- For example, to disable Copilot by default
|
|
vim.g.copilot_enabled = false
|
|
end
|
|
}
|
|
|