mine-hyprdots/vim/.config/nvim/lua/plugins/copilot.lua
2024-09-18 00:20:46 +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
}