dotfiles/nvim/lua/plugins/copilot.lua
2025-02-18 23:28:13 +02:00

4 lines
63 B
Lua

return {
"github/copilot.vim",
event = "InsertEnter"
}