mine-hyprdots/.config/nvim/lua/plugins/copilot.lua
2024-09-12 22:26:43 +05:30

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
}