nvim/lua/plugs/copilot.lua
2023-11-26 18:13:46 +08:00

7 lines
94 B
Lua

return {
'github/copilot.vim', -- github copilot
config = function ()
end
}