7 lines
177 B
Lua
7 lines
177 B
Lua
return {
|
|
-- Add Github Copilot plugin.
|
|
-- It still needs to be configured with `:Copilot setup`.
|
|
-- See `:help copilot` for more information
|
|
{ "github/copilot.vim" },
|
|
}
|