nvim/lua/plugs/copilot.lua

7 lines
94 B
Lua
Raw Normal View History

2023-11-23 18:39:37 +08:00
return {
'github/copilot.vim', -- github copilot
config = function ()
2023-11-26 18:13:46 +08:00
2023-11-23 18:39:37 +08:00
end
}