Files
system-config/home-manager/features/neovim/config/lua/plugins/copilot.lua
2025-02-11 15:42:32 -08:00

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