dotfiles/nvim/lua/plugins/copilot.lua

5 lines
63 B
Lua
Raw Normal View History

2024-12-19 08:50:19 +00:00
return {
2025-01-02 16:51:52 +00:00
"github/copilot.vim",
event = "InsertEnter"
2024-12-19 08:50:19 +00:00
}