12 lines
168 B
Lua
12 lines
168 B
Lua
#! /usr/bin/env lua
|
|
--
|
|
-- ai.lua
|
|
-- Copyright (C) 2025 veypi <i@veypi.com>
|
|
--
|
|
-- Distributed under terms of the MIT license.
|
|
--
|
|
|
|
return {
|
|
{ "github/copilot.vim" },
|
|
}
|