mine-hyprdots/.config/nvim/lua/plugins/copilot.lua

10 lines
203 B
Lua
Raw Normal View History

2024-09-12 22:26:43 +05:30
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
}