zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.64k stars 75 forks source link

feat(client): improved start and attach #112

Closed MunifTanjim closed 1 year ago

MunifTanjim commented 1 year ago

Resolves https://github.com/zbirenbaum/copilot.lua/issues/100

MunifTanjim commented 1 year ago

The only thing I would maybe change is change is c in c = require('copilot.client')

Yeah 😂 But I couldn't come up with something different because of that naming conflict with other client variables. Maybe we copilot.client should've been named copilot.agent... That can be done later if we want it.