nvim/lua/plugins/ai.lua
2026-02-12 17:11:43 +08:00

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" },
}