dotfiles/nvim/lua/plugins/copilot.lua

5 lines
63 B
Lua
Raw Permalink Normal View History

2025-02-18 21:28:13 +00:00
return {
"github/copilot.vim",
event = "InsertEnter"
}